Skip to content

Instantly share code, notes, and snippets.

@aGHz
Last active August 29, 2015 14:15
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/ff2aebb5d39e22c6e2b8 to your computer and use it in GitHub Desktop.
Save aGHz/ff2aebb5d39e22c6e2b8 to your computer and use it in GitHub Desktop.
JIRA custom CSS
.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-issue.ghx-flagged {
background: #FFD465;
}
.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: 7px;
left: 14ex;
margin-top: 0px;
z-index: 1;
}
.ghx-issue .ghx-flags {
top: auto;
bottom: 10px;
}
.ghx-issue .ghx-summary {
margin-top: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment