aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-14 16:46:51 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-15 15:13:52 +0000
commit0c1a4f87d54f723c77a5f5ac177795fd144c2ab2 (patch)
tree41fd9e2ad2b8c27658d6af97009f51b5ec772d48
parent16fc87e67ad566b3e2b0b7471b98821687c1b6a9 (diff)
apply table style to _all_ zurich admin tables
-rw-r--r--templates/web/zurich/admin/header.html2
-rw-r--r--templates/web/zurich/admin/index-dm.html2
-rw-r--r--templates/web/zurich/admin/index-sdm.html2
-rw-r--r--web/cobrands/zurich/_zurich.scss2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/zurich/admin/header.html b/templates/web/zurich/admin/header.html
index d837919ad..b37a509fa 100644
--- a/templates/web/zurich/admin/header.html
+++ b/templates/web/zurich/admin/header.html
@@ -1,4 +1,4 @@
-[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage' %]
+[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin' %]
<style type="text/css">
dt { clear: left; float: left; font-weight: bold; }
dd { margin-left: 8em; }
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html
index cfe8a4971..e3111d506 100644
--- a/templates/web/zurich/admin/index-dm.html
+++ b/templates/web/zurich/admin/index-dm.html
@@ -15,7 +15,7 @@
[% INCLUDE 'admin/footer.html' %]
[% BLOCK list %]
-<table cellspacing="0" cellpadding="2" border="1" class="admin">
+<table cellspacing="0" cellpadding="2" border="1">
<tr>
<th>[% loc('ID') %]</th>
<th>[% loc('Description') %]</th>
diff --git a/templates/web/zurich/admin/index-sdm.html b/templates/web/zurich/admin/index-sdm.html
index d7277dd7d..654625457 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" class="admin">
+<table cellspacing="0" cellpadding="2" border="1">
<tr>
<th>[% loc('ID') %]</th>
<th>[% loc('Title') %]</th>
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss
index 715cf6e97..a0c26a1cf 100644
--- a/web/cobrands/zurich/_zurich.scss
+++ b/web/cobrands/zurich/_zurich.scss
@@ -31,7 +31,7 @@ a:hover {
color: #3c3c3c;
}
-table.admin {
+.admin table {
width: 100%;
font-size: 0.9em;
border: 1px solid $table_border_color;