* hydra: more minor css tweaks

This commit is contained in:
Rob Vermaas 2010-02-25 13:43:29 +00:00
parent 557805a21a
commit 7820346962
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@
[% BLOCK renderBuildList %]
<table class="buildList tablesorter[% IF !showSchedulingInfo %] queue[% END %]">
<table class="buildList tablesorter[% IF !showSchedulingInfo %] clean[% END %]">
<thead>
<tr>
[% IF !hideResultInfo %]

View file

@ -41,11 +41,11 @@ th {
background-color:#E6EEEE;
}
table.tablesorter tr:nth-child(even) {
table.tablesorter:not(.clean) tr:nth-child(even) {
background-color: #efefef;
}
table.tablesorter tr:nth-child(odd) {
table.tablesorter:not(.clean) tr:nth-child(odd) {
background-color: #ffffff;
}