diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-28 19:35:45 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-28 19:35:45 +0000 |
commit | b58fea9f2c3b8c084dc90aef527d3e87b012df35 (patch) | |
tree | 790608d39c291fdae669e16261e7a5d82fadad86 /admin/themes/clear/theme.css | |
parent | 2a5be28bc5a0fe4748279bebe23d1be6416fe015 (diff) |
feature 2477: remove unnecesary admin css rules / html elements
git-svn-id: http://piwigo.org/svn/trunk@12528 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/clear/theme.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index af5dcb768..8d31d86c3 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -78,7 +78,11 @@ h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; } .row2 { background-color:#eeeeee; } .throw em { font-style: normal; color: #0cc9c; } #content { background: #f1f1f1; min-height: 467px;} -.content { padding:0 5px 0 0; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;} + +.content { + border: 1px solid #aaa; +} + .content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; } .content h3 ~ h3{ margin-top: 40px; } @@ -153,11 +157,11 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; .tabsheet a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; } .sort { clear: none; } -#debug { margin-left:248px; font-size:12px; } /* menubar is on all admin pages => No specific css file */ #menubar { -display:inline; float:left; left:0; margin: 10px 0 0 10px; -padding:0; width:207px; z-index:99; text-align: left; } + padding:0; width:207px; z-index:99; text-align: left; +} + #menubar ul.scroll { overflow-y:auto; /* Only IE family supports colored scrollbar */ scrollbar-face-color: #ddd; scrollbar-shadow-color: #bbb; scrollbar-highlight-color: #fff; |