Skip to content

Instantly share code, notes, and snippets.

@abovedave
Last active March 9, 2016 15:09
Show Gist options
  • Save abovedave/959d3f8c655278e64a66 to your computer and use it in GitHub Desktop.
Save abovedave/959d3f8c655278e64a66 to your computer and use it in GitHub Desktop.
Makes Jira look nicer
body {
font-size: 105%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.ghx-scroll-columns {
overflow: auto !important;
}
#header {
position: fixed;
z-index: 100;
bottom: 0;
right: 0;
left: 0;
}
#ghx-column-header-group.ghx-fixed {
position: static !important;
}
#ghx-pool {
overflow-y: none !important;
padding-top:0 !important;
background: #f5f5f5;
}
#ghx-work {
height: auto !important;
}
#announcement-banner, .ghx-type,.ghx-flags {
display:none;
}
.ghx-column-headers h2 {
font-weight:bold;
}
#jira:not(.ghx-header-compact) #ghx-controls-work {
position: absolute;
top: -30px;
right: 410px;
z-index: 1;
}
.ghx-controls-list>dl {
margin-right: 5px;
}
.aui-header {
border-bottom: none;
opacity:0.9;
}
.ghx-issue-fields .ghx-summary .ghx-inner {
max-height: 6.3em;
font-size: 1.2em;
line-height: 1.3em;
}
.ghx-issue .ghx-issue-content {
min-height: 66px;
padding: 13px 20px !important;
}
.ghx-column-headers .ghx-column {
border-bottom: none !important;
}
#ghx-header {
margin-bottom: 0;
box-shadow: 0 0px 20px rgba(0,0,0,0.1);
z-index: 1;
}
#ghx-work {
border:none;
}
.ghx-detail-contents {
background: rgba(255,255,255,0.98);
}
#ghx-detail-view {
display: block;
position: fixed;
z-index: 100;
top: 0;
right: 0;
width: 40% !important;
bottom: 0;
height: 100%;
}
#ghx-pool-column {
width:100%;
}
.ghx-column-headers .ghx-column,
#ghx-column-header-group.ghx-fixed {
background:none;
}
.ghx-columns .ghx-column {
padding: 0 10px 0 0 ;
}
.ghx-grabber {
width: 8px;
}
.ghx-issue {
background: #fff;
border: 0px solid #fff;
border-radius: 10px 5px 5px 10px;
overflow: hidden;
margin-bottom:1px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.ghx-issue-subtask {
margin-left: 20px;
opacity: 0.4;
}
.ghx-issue-subtask:hover {
opacity: 1;
}
.aui-dropdown2.aui-style-default.aui-dropdown2-in-header {
top: auto !important;
bottom: 43px;
}
.ghx-detail-section {
font-size:16px;
}
#ghx-header h1, #ghx-header h2 {
color: #000;
font-size: 29px;
font-weight: 400;
}
.aui-sidebar .aui-sidebar-wrapper, .aui-sidebar-submenu .aui-sidebar-wrapper {
border-right: 1px solid #ddd;
background-color: #fff;
width: 280px;
border-bottom: 1px solid #ddd;
border-radius: 0 0 10px 0;
height: 300px !important;
}
.aui-page-panel {
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment