Skip to content

Instantly share code, notes, and snippets.

@blaues0cke
Created April 6, 2016 12:23
Show Gist options
  • Save blaues0cke/bcc1922fcd0693833fda68002deaa01a to your computer and use it in GitHub Desktop.
Save blaues0cke/bcc1922fcd0693833fda68002deaa01a to your computer and use it in GitHub Desktop.
JIRA agile board and confluence calendars 9:16 style
.calendar-panel {
margin-right: 0;
}
.fc-view, .timeline-frame {
height: 1410px ;
}
.fc-view.fc-view-agendaWeek.fc-agenda > div > div:last-child {
height: 1000px ;
}
.sub-calendar-panel {
clear: both;
float: none;
}
#ghx-pool-column {
width: 100%;
}
#ghx-detail-view {
display: block;
width: 100%;
clear: both;
height: 620px;
float: left;
position: absolute;
bottom: 0;
left: 0;
overflow: hidden;
}
#ghx-detail-contents {
border-top: 2px solid #ccc;
}
.ghx-issue {
font-size: 11px;
}
.ghx-issue-fields .ghx-summary .ghx-inner {
max-height: 1337px;
}
.ghx-issue.ghx-has-avatar .ghx-avatar {
display: none;
}
.ghx-issue.ghx-has-avatar .ghx-issue-fields, .ghx-issue.ghx-has-corner .ghx-issue-fields {
padding-right: 0;
}
.ghx-issue .ghx-end {
bottom: auto;
top: 6px;
right: 6px;
}
.ghx-gh .aui-badge {
font-size: 10px;
}
#ghx-controls-work {
position: absolute;
top: -35px;
left: 80px;
width: 100px;
z-index: 2000;
height: 21px;
background: #FFF;
padding: 0 10px;
border: 1px solid #ccc;
min-height: auto;
overflow: hidden;
transition: all 0.25s ease;
}
#ghx-controls-work:hover {
width: 670px;
height: 451px;
}
.ghx-column-headers .ghx-column .ghx-qty {
display: none;
}
.ghx-column-headers .ghx-column {
font-size: 10px;
padding: 0;
}
.ghx-column-headers h2 {
font-size: 10px;
}
#ghx-view-selector .subnav-container {
position: absolute;
top: 12px;
left: 210px;
}
#ghx-view-presentation {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment