Skip to content

Instantly share code, notes, and snippets.

@fakedarren
Created April 9, 2012 22:08
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 fakedarren/2346924 to your computer and use it in GitHub Desktop.
Save fakedarren/2346924 to your computer and use it in GitHub Desktop.
Make Jira less sucky
a { color: #325c99 !important; }
table.header { display: none !important; }
table.menu td {
background: #FFF !important;
height: 30px !important;
}
body > table > tbody > tr > td:nth-child(1) {
background: #fff !important;
}
body > table [bgcolor=f0f0f0] table[width="200"] > tbody > tr > td > table[width="100%"]:nth-child(1) {
display: block;
height: 10px;
visibility: hidden;
}
body > table [bgcolor=f0f0f0] table[width="200"] > tbody > tr > td > table[width="100%"]:nth-child(1) + img {
margin: 0 0 10px;
}
#issuedetails tr:nth-child(7), #issuedetails tr:nth-child(8) {
display: none;
}
#workflowactions > table:nth-child(1) {
display: none;
}
#workflowactions > img {
margin: 10px 0;
}
#workflowactions br + table {
display: none;
}
#operationsSection tr {
display: none;
}
#operationsSection tr:nth-child(1), #operationsSection tr:nth-child(5) {
display: block;
}
.operations > table:nth-child(1), .operations > img, .operations > img + br {
display: none;
}
#viewIssueTable table:nth-child(1) td[bgcolor=f0f0f0] {
background: #FAFAFA !important;
}
#viewIssueTable table:nth-child(1) td[bgcolor=f0f0f0] td[align=right] {
display: none;
}
#viewIssueTable table:nth-child(1) td[bgcolor=f0f0f0] b {
display: inline-block;
font: 12px/28px Georgia;
}
#viewIssueTable table:nth-child(1) td[bgcolor=f0f0f0] b:after {
content: " »";
display: inline-block;
padding: 0 10px;
}
#viewIssueTable table:nth-child(1) td[bgcolor=f0f0f0] b, #viewIssueTable table:nth-child(1) td[bgcolor=f0f0f0] br {
float: left;
}
.formtitle {
color: #555 !important;
font: bold 24px/28px Georgia !important;
}
#viewIssueTable table:nth-child(1) td[bgcolor=f0f0f0] .formtitle img {
display: none;
}
#viewIssueTable table table[bgcolor=bbbbbb] > tbody > tr:nth-child(1) {
display: none;
}
#description_full {
color: #222;
font: 18px/140% Georgia;
padding: 15px;
}
#description-open > table:nth-child(1) {
display: none;
}
#description-open #descriptionArea {
background: #FAFAFA;
border: none !important;
}
.action-links {
display: none;
}
.action-details {
background: #FAFAFA !important;
color: #222;
font: 18px/140% Georgia;
padding: 15px;
}
.action-details > a {
display: inline-block;
padding: 0 5px;
}
.action-body {
color: #222;
font: 18px/140% Georgia;
padding: 15px;
}
.issuePanelContainer {
border: none !important;
}
.issuePanelContainer table td {
color: #222 !important;
font: 18px/140% Georgia !important;
padding: 15px !important;
}
#description-closed + script + br + table {
display: none;
}
.poweredbymessage {
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment