diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-22 10:33:59 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-22 10:33:59 +0000 |
commit | 4fc0fbc8287e35d79ea65362fc3bbff3e286cc57 (patch) | |
tree | 8e9ed25efe22067f70a16b27c0ad27a1f7738961 /templates/web/zurich/admin/header.html | |
parent | 19880b97cc60663494b700c3c6829111e5e17055 (diff) |
Highlight overdue Zurich reports in admin interface.
Diffstat (limited to 'templates/web/zurich/admin/header.html')
-rw-r--r-- | templates/web/zurich/admin/header.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/zurich/admin/header.html b/templates/web/zurich/admin/header.html index ce252beb4..72472492a 100644 --- a/templates/web/zurich/admin/header.html +++ b/templates/web/zurich/admin/header.html @@ -13,11 +13,10 @@ } %] <style type="text/css"> -dt { clear: left; float: left; font-weight: bold; } -dd { margin-left: 8em; } -.adminhidden { color: #666666; } -.error { color: red; } -select { width: auto; } + .adminhidden { color: #666666; } + .error { color: red; } + .overdue { color: #660000; } + select { width: auto; } </style> <h1 style="clear:both;">[% title %]</h1> |