From 282e64efcf5359541d0930ab5ba2c4b8f2654cd3 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 2 Sep 2009 17:22:22 +0200 Subject: further interface improvements --- public/stylesheets/admin.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index d414b94..1ebf6e7 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -65,6 +65,10 @@ div.pagination span.current, div.pagination a:hover { text-align: right; } +.clear_left { + clear: left; +} + #navigation { position: relative; margin-top: 10px; @@ -74,13 +78,12 @@ div.pagination span.current, div.pagination a:hover { float: left; } - #navigation a:hover { color: #ffffff; background-color: #000000; } -#main_navigation a, #sub_navigation a { +#main_navigation a, #sub_navigation a, #metadata a { letter-spacing: 1px; padding-left: 5px; padding-right: 5px; @@ -91,7 +94,7 @@ div.pagination span.current, div.pagination a:hover { color: #969696; } -#sub_navigation a:hover { +#sub_navigation a:hover, #metadata a:hover { color: #ffffff; background-color: #ff9600; } @@ -101,7 +104,7 @@ div.pagination span.current, div.pagination a:hover { background-color: #ff9600; } -#navigation a.selected { +#navigation a.selected, #metadata a.selected { color: #ffffff; background-color: #000000; } -- cgit v1.3