diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/clear/theme.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 143687c02..3607da5ff 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -155,7 +155,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; } /* .tabsheet a:hover */ .tabsheet li.selected_tab a { color: #555; } -.tabsheet a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; } +.tabsheet a span { font-size:10px; margin-right:2px; padding:0 3px 0 1px; } .sort { clear: none; } /* menubar is on all admin pages => No specific css file */ @@ -174,9 +174,11 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; #menubar dl.first {border-top:none;border-radius:0 6px 0 0;} #menubar dl.first dt {border-radius:0 6px 0 0;} #menubar dl.last {border-bottom:1px solid #ddd; border-radius:0 0 6px 0;} -#menubar dt { background-color: #ddd; margin: 0; display: block; font-weight:bold; -position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; } -#menubar dt span { cursor:pointer; } +#menubar dt { + background-color: #ddd; margin: 0; display: block; font-weight:bold; + position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; + cursor:pointer; +} #menubar li { margin: 0; padding-left:10px; } #menubar li A { display:block; } #menubar li A:hover {color:black; text-decoration:none} |