From e11d4ebb678362a57b82542aaec71bc3e2249889 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 6 Jun 2012 18:44:37 +0000 Subject: bug fixed: rounded corners with Firefox 13 git-svn-id: http://piwigo.org/svn/trunk@15577 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 2 +- admin/themes/roma/theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'admin') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 5a717fcb2..55c3b5611 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -147,7 +147,7 @@ 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; 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 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;border-radius:5px 5px 0 0;} .tabsheet a { display:block; font-size:11px; border:0; font-weight:bold; overflow:hidden; padding:6px; diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 238148a4b..8c875414c 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -114,7 +114,7 @@ border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111 .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; 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 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;border-radius:5px 5px 0 0;} .tabsheet a { outline:none; color:#666; display:block; font-size:11px; border:0; font-weight:bold; overflow:hidden; padding:6px; -- cgit v1.2.3