From 78203469629f4fb4c67e43ad42471a05666a220d Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 25 Feb 2010 13:43:29 +0000 Subject: [PATCH] * hydra: more minor css tweaks --- src/root/common.tt | 2 +- src/root/static/css/hydra.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/root/common.tt b/src/root/common.tt index eeaa2644..f89074a3 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -61,7 +61,7 @@ [% BLOCK renderBuildList %] - +
[% IF !hideResultInfo %] diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index 0a7dd906..ed825d61 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -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; }