diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-28 19:38:27 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-28 19:38:27 +0000 |
commit | b1f148bfc5f9b5a2e62eb04970ef99eb53987cc4 (patch) | |
tree | b7d8239b72d34ee3276d290461e940a5d0b18fce /admin/themes/clear/theme.css | |
parent | 01847bcd75bbc46efbd1d17354a1b6c2dad261e1 (diff) |
feature 2477: merge -r12528 from trunk remove unnecesary admin css rules / html elements
git-svn-id: http://piwigo.org/svn/branches/2.3@12529 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; |