Skip to content

Instantly share code, notes, and snippets.

@jmwhittaker
Last active August 29, 2015 14:03
Show Gist options
  • Save jmwhittaker/c1680044be3ced5b1af7 to your computer and use it in GitHub Desktop.
Save jmwhittaker/c1680044be3ced5b1af7 to your computer and use it in GitHub Desktop.
Gerrit board
body, table td, select {
font-family: "Helvetica Neue", helvetica, sans-serif;
font-size: 28px;
color: #333 !important;
}
.screenHeader {
display: none !important;
}
#gerrit_topmenu,
#gerrit_btmmenu {
display: none !important;
}
td.dataCell:nth-child(4),
td.dataCell:nth-child(6),
td.dataCell:nth-child(7),
td.dataHeader:nth-child(4),
td.dataHeader:nth-child(6),
td.dataHeader:nth-child(7) {
display: none !important;
}
.changeTable .dataCell {
padding: 15px 5px;
}
/* Column Headers */
.changeTable .dataHeader {
font-style: normal !important;
font-size: 23px !important;
padding: 10px 0 !important;
}
.changeTable .leftMostCell,
.changeTable .iconCell,
.changeTable .dataCell {
border-color: #E5E5E5 !important;
}
.changeTable .dataCell.negscore {
color: white !important;
background-color: #A0041E;
}
.changeTable .iconHeader,
.changeTable .dataHeader {
background-color: #fff !important;
}
/* Active row */
.changeTable .activeRow, .accountDashboard.changeTable .activeRow, .accountDashboard.changeTable .activeRow a {
background: #FFD983 !important;
}
.changeTable .cAPPROVAL {
width: 2em !important;
}
/*.changeTable .cAPPROVAL:after {
content:"\2713";
}*/
/*.changeTable .cAPPROVAL img {
display: none !important;
}*/
td.cOWNER .gwt-InlineHyperlink {
color: #66757F !important;
font-size: 20px !important;
}
td.cLastUpdate {
text-align: left !important;
font-size: 20px !important;
}
.changeTable tr,
.changeTable tr.activeRow:nth-child(even){
background: #F5F8FA !important;
}
.changeTable tr:nth-child(odd),
.changeTable tr.activeRow:nth-child(odd){
background: #E1E8ED !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment