Last active
December 2, 2015 18:38
-
-
Save sebastianludwig/2b742070413da14d3a50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Header */ | |
#ghx-header { | |
padding-top: 3px !important; | |
padding-bottom: 0px !important; | |
} | |
#ghx-header h2 { | |
line-height: 1 !important; | |
font-size: 12px !important; | |
font-weight: bold !important; | |
} | |
#ghx-modes a, | |
.ghx-view-section button, | |
#ghx-view-presentation button, | |
.ghx-controls-plan button | |
{ | |
font-size: 8pt !important; | |
} | |
#ghx-backlog-search { | |
top: 8px !important; | |
} | |
.ghx-backlog-search input { | |
padding: 0px !important; | |
height: 20px !important; | |
} | |
.ghx-backlog-search span.ghx-iconfont.aui-icon-small::before { | |
margin-top: -13px !important; | |
left: 6px !important; | |
} | |
.ghx-feedback { | |
display: none !important; | |
} | |
/* Backlog */ | |
.ghx-issue-content .ghx-row:first-child { | |
display: inline-block !important; | |
float: left; | |
} | |
.ghx-plan-extra-fields { | |
display: inline-block !important; | |
margin-left: 20px !important; | |
font-size: 9pt !important; | |
font-weight: bold !important; | |
margin-top: 7px !important; | |
margin-bottom: 0px !important; | |
} | |
.ghx-plan-extra-fields > span.ghx-extra-field { | |
padding: 1px 3px 0px 3px; | |
border-radius: 3px; | |
color: white !important; | |
background-color: #E36300 !important; | |
display: inline-block !important; | |
margin-right: 12px; | |
font-style: normal !important; | |
min-width: 0px !important; | |
} | |
.ghx-extra-field-seperator { | |
display: none !important; | |
} | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Component\/s:\ Android"], | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Komponente(n):\ Android"] | |
{ | |
background-color: #00E839 !important; | |
color: #333 !important; | |
} | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Component\/s:\ iOS"], | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Komponente(n):\ iOS"] | |
{ | |
background-color: #8CDEFF !important; | |
color: #333 !important; | |
} | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Component\/s:\ Apps\ Vertikale"], | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Komponente(n):\ Apps\ Vertikale"] | |
{ | |
background-color: #F2D900 !important; | |
color: #333 !important; | |
} | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Component\/s:\ None"], | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip*="Komponente(n):\ Kein"] | |
{ | |
background-color: #FF00FF !important; | |
} | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip="Labels: None"], | |
.ghx-plan-extra-fields span.ghx-extra-field[data-tooltip="Stichwörter: Kein"] | |
{ | |
display: none !important; | |
} | |
/* Active Sprint */ | |
#ghx-operations, | |
#js-quickfilters-label, | |
#ghx-controls-sprint dt | |
{ | |
font-size: 6pt !important; | |
margin: 0px !important; | |
} | |
.ghx-quick-content dd { | |
margin: 0px !important; | |
} | |
#ghx-column-header-group li { | |
padding: 0px !important; | |
border-bottom: 2px solid black !important; | |
font-size: 12px; | |
} | |
.ghx-issue-content { | |
padding: 2px 2px 2px 10px !important; | |
min-height: 20px !important; | |
max-height: 50px !important; | |
overflow: hidden !important; | |
} | |
.ghx-issue .ghx-avatar { | |
width: 25px !important; | |
height: 25px !important; | |
right: 0px !important; | |
top: 0px !important; | |
} | |
.ghx-issue .ghx-avatar img { | |
width: 100% !important; | |
height: 100% !important; | |
border-radius: 0px !important; | |
-webkit-border-radius: 0px !important; | |
} | |
.ghx-issue .ghx-type, | |
.ghx-issue .ghx-end, | |
.ghx-issue .ghx-flags, | |
.ghx-issue .ghx-highlighted-fields, | |
.ghx-column-header-group .ghx-swimlane-header, | |
.ghx-swimlane-header .ghx-info, | |
.ghx-swimlane-header .ghx-bandaid, | |
#ghx-column-header-group li a | |
{ | |
display: none !important; | |
} | |
.ghx-heading { | |
margin: 2px !important; | |
margin-top: 5px !important; | |
font-weight: bold !important; | |
} | |
.ghx-swimlane-header .ghx-summary { | |
padding-left: 2px !important; | |
} | |
.ghx-columns li:last-child .ghx-issue-content, | |
.ghx-columns li:last-child .ghx-key a | |
{ | |
color: #ccc !important; | |
} | |
.ghx-columns li:last-child .ghx-grabber { | |
background-color: #ccc !important; | |
} | |
/* Sidebar */ | |
.aui-list { | |
font-size: 12px !important; | |
} | |
.ghx-detail-head, | |
.ghx-detail-nav-content | |
{ | |
padding-left: 4px !important; | |
} | |
.ghx-detail-issue { | |
background: white !important; | |
} | |
.ghx-detail-nav-menu, | |
.ghx-project-avatar | |
{ | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment