From 9054d6f5834eec6a54d938d7ac0a152e4cb9c158 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 16 Jun 2011 13:35:39 +0000 Subject: bug:2348 useless block on the right side of admin tab in Google Chrome git-svn-id: http://piwigo.org/svn/trunk@11393 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'admin/themes/roma') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 87dec8406..3248c3e01 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -47,7 +47,7 @@ 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 5px; margin: 0 10px 0 248px; z-index:99; } +.content { padding:0 5px 0 0; margin: 0 10px 0 248px; z-index:99; 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; } @@ -105,12 +105,11 @@ border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0; text-align:center; width:100%; } #content.content div.comment a.illustration{ margin-right: 30px;} /* tabsheets are often used in admin pages => No specific css files */ -.tabsheet { -background-color:#111111; border:0px none; border-bottom:1px solid #ff3363; display:table; +#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0; +border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111111;} +.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto; font-family:verdana,arial,helvetica,sans-serif; font-size:8px; -list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none; -top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px; -width:100%; } +list-style-type:none; list-style-image:none; text-decoration:none; } .tabsheet li { background:#222222; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #ff3363; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;} .tabsheet a { outline:none; color:#666; display:block; font-size:11px; border:0; -- cgit v1.2.3