aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-10 15:57:57 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-10 16:01:01 +0000
commitbd50e452006e486a621b94d6bc86b1327d7f5106 (patch)
tree48ef9e2e048536075b0e8c175cdc49c29f28a456 /web
parent541a766ab93d213a410ecb06d36d03f4e32edbea (diff)
customise admin table for SDM
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/_zurich.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss
index b71670a92..2fabfd324 100644
--- a/web/cobrands/zurich/_zurich.scss
+++ b/web/cobrands/zurich/_zurich.scss
@@ -30,3 +30,12 @@ a:hover {
#zurich-footer a:hover {
color: #3c3c3c;
}
+
+table.admin {
+ th {
+ color: white;
+ background-color: #595959;
+ border-bottom: 2px solid #393939;
+ padding: 0.8em 0.5em;
+ }
+} \ No newline at end of file