diff options
-rw-r--r-- | templates/web/zurich/admin/index-sdm.html | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/_zurich.scss | 9 |
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 |