Skip to content

Instantly share code, notes, and snippets.

@Busyrev
Created June 22, 2017 17:12
Show Gist options
  • Save Busyrev/6e18af5596b9b0a54d133ea38d34d172 to your computer and use it in GitHub Desktop.
Save Busyrev/6e18af5596b9b0a54d133ea38d34d172 to your computer and use it in GitHub Desktop.
.ghx-detail-view {
width: 30vw !important;
line-height: normal
}
#ghx-pool {
padding: 0;
}
.ghx-swimlane-header .ghx-heading {
margin:2px 0;
}
.ghx-column-headers, .ghx-columns {
border-spacing: 0;
}
.ghx-column-headers .ghx-column {
padding: 0px;
}
.ghx-column-headers .ghx-column, .ghx-columns .ghx-column {
border-right: dashed silver 1px;
}
.ghx-issue .ghx-issue-content {
min-height: 66px;
padding: 0px 0px 0px 28px;
}
.ghx-issue .ghx-type, .ghx-issue .ghx-flags {
left: 8px;
}
.ghx-issue-fields .ghx-summary .ghx-inner {
max-height: none;
}
.ghx-issue .ghx-extra-fields {
overflow: auto;
}
.ghx-extra-field.ghx-fa > .ghx-extra-field-content {
display: none;
}
.ghx-issue .ghx-extra-fields .ghx-extra-field[data-tooltip^="Labels"] {
float: right;
}
.ghx-issue .ghx-extra-fields .ghx-extra-field {
float: left;
}
.ghx-issue .ghx-extra-fields {
margin-top: 0px;
}
.ghx-days[title~="0"] {
display: none;
}
.ghx-issue .ghx-avatar {
right: 5px;
top: 5px;
}
.ghx-issue.ghx-has-avatar .ghx-issue-fields, .ghx-issue.ghx-has-corner .ghx-issue-fields {
padding-right: 0px;
}
.ghx-issue.ghx-has-avatar .ghx-avatar {
opacity: 0.3;
}
.ghx-issue.ghx-has-avatar .ghx-avatar:hover {
opacity: 1;
}
.ghx-issue.ghx-done:not(:hover):not(.ghx-selected) {
max-height: 40px;
opacity: .5;
overflow: hidden;
}
.ghx-issue .ghx-issue-content {
min-height: 0px;
}
.ghx-issue .ghx-highlighted-fields {
margin-top: 0;
}
.subnav-container {
display:none !important;
}
#announcement-banner {
padding: 0px;
}
#ghx-header {
padding: 0;
}
.ghx-controls-filters dt, .ghx-controls-filters dd {
margin: 0;
}
.ghx-controls-plan, .ghx-header-compact .ghx-controls-report, .ghx-controls-work {
min-height: 0px;
}
.ghx-controls-filters dd a {
padding: 0;
}
.ghx-quick-content.aui-expander-content {
min-height: 20px;
margin-bottom: 0px;
}
span.subnav-page-header {
padding: 0;
}
#ghx-column-headers {
padding: 0;
}
.ghx-column-headers .ghx-column {
padding: 0;
}
.ghx-issue-content .ghx-summary {
font-family: Times New Roman;
font-weight: bold;
}
span.subnav-page-header {
color: #333;
font-weight: bold;
}
.ghx-summary {
font-weight: bold;
}
.ghx-heading {
background-color:rgba(0, 164, 255, 0.21);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment