aboutsummaryrefslogtreecommitdiffstats
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
parent541a766ab93d213a410ecb06d36d03f4e32edbea (diff)
customise admin table for SDM
-rw-r--r--templates/web/zurich/admin/index-sdm.html2
-rw-r--r--web/cobrands/zurich/_zurich.scss9
2 files changed, 10 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/index-sdm.html b/templates/web/zurich/admin/index-sdm.html
index 1ecc0bbcb..28c79a665 100644
--- a/templates/web/zurich/admin/index-sdm.html
+++ b/templates/web/zurich/admin/index-sdm.html
@@ -13,7 +13,7 @@
[% INCLUDE 'admin/footer.html' %]
[% BLOCK list %]
-<table cellspacing="0" cellpadding="2" border="1">
+<table cellspacing="0" cellpadding="2" border="1" class="admin">
<tr>
<th>[% loc('ID') %]</th>
<th>[% loc('Title') %]</th>
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