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/clear/theme.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'admin/themes/clear/theme.css') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 0b80ac89d..aa8b97a19 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -77,7 +77,7 @@ 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 5px; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;} +.content { padding:0 5px 0 0; margin: 0 10px 0 252px; z-index:99; 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; } @@ -128,13 +128,13 @@ ul.actions, .content form#waiting {text-align:center;} border:0; color:#ccc; 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:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table; +#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0; +border:1px solid #f9f9f9; border-bottom:1px solid #aaa; background-color:#f9f9f9;} +.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 -6px; padding-left:10px; -width:100%; } +list-style-type:none; list-style-image:none; text-decoration:none; } .tabsheet li { background:#f1f1f1; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #aaa; 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 { display:block; font-size:11px; border:0; -- cgit v1.2.3