Skip to content

Instantly share code, notes, and snippets.

@jmwhittaker
Created July 15, 2014 16:31
Show Gist options
  • Save jmwhittaker/7ad9dcafa756606cc098 to your computer and use it in GitHub Desktop.
Save jmwhittaker/7ad9dcafa756606cc098 to your computer and use it in GitHub Desktop.
Jira Board Style
.ghx-avatar .ghx-avatar-img {
width:42px;
height: 42px;
border-radius:2px;
}
.ghx-avatar {
position: absolute;
top: 5px;
right: 5px;
}
.ghx-issue {
padding: 2px 2px 10px 7px;
height: auto;
}
.ghx-flags {
display: none;
}
.ghx-issue-fields .ghx-type {
position: static;
}
.ghx-priority {
display: none !important;
}
.ghx-issue .ghx-grabber {
width: 0 !important;
}
.ghx-sprint-support .ghx-issue .ghx-grabber {
height: 100%;
}
.ghx-issue-fields .ghx-key {
font-size: 1.3em;
padding-bottom: 0.5em;
padding-left: 5px;
}
#ghx-pool {
padding: 0;
}
.ghx-column-headers .ghx-column {
border-bottom: 1px solid #E9E9E9;
}
.aui-badge {
border-radius: 2px;
padding: 3px 3px 2px 3px;
color: #505050;
}
.ghx-issue .ghx-end {
position: absolute;
right: 5px;
}
.ghx-column-headers .ghx-column, .ghx-columns .ghx-column {
background-color: #fcfcfc;
}
.ghx-has-avatar .ghx-issue-fields, .ghx-has-corner .ghx-issue-fields {
padding-right: 43px;
}
.ghx-issue {
color: #292D33;
font-size: 15px;
padding: 8px;
border-left: 1px solid;
border-color: #E5E5E5;
}
.ghx-column-headers .ghx-column {
border-bottom: 0;
text-align: center;
}
.ghx-issue-subtask {
margin-left: 5px;
}
.ghx-parent-stub .ghx-key {
border-left-width: 5px;
}
.ghx-qty {
background-color: #505050;
border-radius: 2px;
padding-left: 5px;
padding-right: 5px;
color: #FFF;
}
.ghx-issue {
background: #F5F8FA;
}
.ghx-issue:nth-of-type(odd) {
background: #E1E8ED;
}
.aui-theme-default a, .aui-theme-default a:link, .aui-theme-default a:visited {
color: #2B7BB9;
}
.ghx-parent-stub .ghx-key {
color: #505050;
font-weight: bold;
}
.ghx-issue.ghx-selected .ghx-end {
box-shadow: none;
background: none;
}
.ghx-issue.ghx-selected {
background: #F0F0F0;
}
/*.chrome .ghx-issue-fields .ghx-summary .ghx-inner {
height: auto !important;
}*/
.ghx-issue-fields .ghx-summary .ghx-inner {
height: auto !important;
font-size: 1.6em;
padding-bottom: 0.5em;
}
.ghx-has-avatar .ghx-issue-fields, .ghx-has-corner .ghx-issue-fields {
padding-right: 42px;
}
.ghx-issue-fields .ghx-type {
position: static;
left: auto;
}
.ghx-issue:hover {
background: #FFE8B6;
}
.ghx-issue.ghx-selected,
.ghx-issue.ghx-selected:hover {
background: #FFD983;
}
.ghx-avatar {
top: 8px;
right: 8px;
}
.ghx-days {
bottom: 8px;
}
.ghx-column-headers .ghx-column {
text-align: left;
background-color: #fff !important;
}
.ghx-column-headers .ghx-qty {
font-size: 25px;
vertical-align: middle;
}
.ghx-column-headers h2 {
vertical-align: middle;
font-size: 22px;
}
#ghx-pool {
padding-top: 63px !important;
}
.ghx-column-headers .ghx-release.ghx-disabled:hover {
display: block !important;
}
#ghx-release {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment