Skip to content

Instantly share code, notes, and snippets.

@aGHz
Created July 3, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aGHz/66a1eaffac5e265e52d6 to your computer and use it in GitHub Desktop.
Save aGHz/66a1eaffac5e265e52d6 to your computer and use it in GitHub Desktop.
Jira skin
.ghx-issue-compact .ghx-end .ghx-statistic-badge {
margin-left: 34px;
}
.ghx-issue-compact .ghx-end .ghx-statistic-badge.ghx-spacer {
margin-left: 34px;
}
.ghx-issue-compact .ghx-end .ghx-avatar-img + .ghx-statistic-badge.ghx-spacer {
margin-left: 36px;
}
.ghx-issue-compact .ghx-avatar-img {
margin-right: -26px;
}
.ghx-issue-compact .ghx-avatar-img {
margin-right: -26px;
}
.ghx-issue .ghx-avatar {
top: auto;
bottom: 10px;
}
.ghx-columns .ghx-column.ghx-busted-max {
background: #F5B9B3 !important;
}
.ghx-issue.ghx-flagged {
background: #FFF7CC;
}
.ghx-issue.ghx-flagged .ghx-end {
background: #FFD465;
box-shadow: none;
}
.ghx-issue .ghx-end {
right: 50px;
}
.ghx-issue .ghx-issue-content {
padding: 8px 10px 8px 38px;
min-height: 0px;
}
.ghx-issue-subtask .ghx-issue-content {
min-height: 0 !important;
}
.ghx-issue .ghx-type {
top: 8px;
}
.ghx-issue .ghx-issue-fields {
padding-right: 40px;
}
.ghx-issue.ghx-has-avatar .ghx-issue-fields, .ghx-issue.ghx-has-corner .ghx-issue-fields {
padding-right: 70px;
}
.ghx-issue .ghx-highlighted-fields {
position: absolute;
top: 8px;
left: 100px;
margin-top: 0px;
z-index: 1;
}
.ghx-issue .ghx-highlighted-fields span {
font-size: 12px;
}
.ghx-issue .ghx-flags {
top: auto;
bottom: 10px;
}
.ghx-issue .ghx-summary {
margin-top: 0px;
}
.ghx-issue .ghx-extra-fields {
margin-top: 0px !important;
}
.ghx-issue .ghx-extra-fields .ghx-extra-field-row:last-child .ghx-extra-field .ghx-extra-field-content {
padding-left: 5px; padding-right: 5px;
background-color: #FFCB00;
font-size: 12px;
line-height: 16px;
}
.ghx-issue .ghx-extra-fields .ghx-extra-field-row:last-child .ghx-extra-field.ghx-fa .ghx-extra-field-content {
padding-left: 0px; padding-right: 0px;
background-color: transparent;
color: transparent;
}
.ghx-issue .ghx-extra-fields .ghx-extra-field-row:first-child .ghx-extra-field .ghx-extra-field-content {
color: rgba(0,0,0,0.2);
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment