James Moger
2011-06-14 8c9a2037b5c0fed881a3ad6dd9cff364eed603d9
src/com/gitblit/wicket/resources/gitblit.css
@@ -249,6 +249,10 @@
   border-width: 1px 0px 0px;
}
div.commit_message a {
   font-family: monospace;
}
div.bug_open, span.bug_open {
   padding: 2px;
   background-color: #803333;
@@ -482,6 +486,10 @@
   padding: 8px;
}
table.plain td {
   white-space: nowrap;
}
table.plain td.edit {   
   padding: 3px;
}
@@ -633,6 +641,19 @@
   border-left: 1px solid #ccc;
}
table.annotated {
   width: 100%;
   border: 1px solid #bbb;
}
table.annotated tr.even {
   background-color: white;
}
table.annotated tr.odd {
   background-color: #fdfbdf;
}
tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; }
tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
@@ -737,7 +758,7 @@
}
span .otherRef {
   background-color: #80ccdd;
   background-color: #b0e0f0;
   border-color: #80aaaa;   
}