aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-11 11:56:07 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-11 11:56:07 +0000
commit9c9022c692e85ec8018f22f447dd52991d01f0c1 (patch)
tree5f67ad8c39d4f844fc34e642f1253c1724de3b60
parent1e80e32e54b30c243e7d9af277c835f2f8d43990 (diff)
hide table filter rows until table-filtering is implemented
-rw-r--r--web/cobrands/zurich/_zurich.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss
index 2d7309d5b..74fe800e0 100644
--- a/web/cobrands/zurich/_zurich.scss
+++ b/web/cobrands/zurich/_zurich.scss
@@ -50,6 +50,7 @@ table.admin {
font-weight: bold;
}
tr.filter-row td {
+ display: none; /* TODO: reveal when filtering is implemented */
padding: 4px 4px 4px 40px;
background-color: $button_bg_col;
background-image: url('search-icon-white.png');