diff options
author | plegall <plg@piwigo.org> | 2010-05-24 09:29:15 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-24 09:29:15 +0000 |
commit | adfcba658e484faa801c1a962750caa093b424a8 (patch) | |
tree | ab6b26e6115be0b71e7b617bbf1f68f7c2e65516 /admin/themes/clear | |
parent | 34bce4c8329aaf67d0d9972d8cc7aabeda79c21b (diff) |
bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari
BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit
radius anyway.
This is a quickfix for release 2.1.1, the improved display introduced by nikrou
was nice and it would be better to have it, but working in IE8
git-svn-id: http://piwigo.org/svn/trunk@6320 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 51560890f..87ca406c1 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -143,15 +143,12 @@ border:0; color:#ccc; font-size:24px; height:30px; left:0; margin:0; padding:10p text-align:center; top:0; width:100%; z-index:99; } #content.content div.comment a.illustration{ margin-right: 30px;} /* tabsheets are often used in admin pages => No specific css files */ -.tabsheet { - display: table; - margin: 0; - padding: 0 0 0 35px; - list-style-type:none; - list-style-image:none; - white-space: nowrap; -} - +.tabsheet { +background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table; +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%; } .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; |