From b58fea9f2c3b8c084dc90aef527d3e87b012df35 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 28 Oct 2011 19:35:45 +0000 Subject: feature 2477: remove unnecesary admin css rules / html elements git-svn-id: http://piwigo.org/svn/trunk@12528 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'admin/themes/roma/theme.css') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index a4cee9cc6..b8c8a8712 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -47,14 +47,16 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } .throw em { font-style: normal; color: #ff3363; } #content { min-height: 466px; margin-top: 15px; } -.content { padding:0 5px 0 0; margin: 0 10px 0 248px; z-index:99; border: 1px solid #222; } + +.content { + border: 1px solid #222; +} .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; } .content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;} .content dl, dd { margin:5px; } -.content div.titrePage {} UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; } @@ -124,12 +126,13 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; } .tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36; } .tabsheet a span { background-color:#222; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; } -#debug { margin-left:248px; font-size:12px; } /* menubar is on all admin pages => No specific css file */ #menubar { background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom; -border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; -padding:0; width:230px; z-index:99; text-align: left; } +border:0; +padding:0; width:230px; z-index:99; text-align: left; +} + #menubar dd { background: transparent url(images/menubar-detail.png) repeat-y top left; margin: 0; padding: 0 0 10px 0; } -- cgit v1.2.3