aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/not-ie.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-03-09 23:30:03 +0000
committervdigital <vdigital@piwigo.org>2007-03-09 23:30:03 +0000
commitc0de91eb56964ccce35d82c7dbac987ca994aace (patch)
treeb432b3a4ed214e57bff044bc1e0e4195ed49a20e /template/yoga/not-ie.css
parent908c6a2dfa90104841d334a2e2388a196c2af8c9 (diff)
Bug on admin tabsheets under IE7
git-svn-id: http://piwigo.org/svn/trunk@1886 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/not-ie.css')
-rw-r--r--template/yoga/not-ie.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/not-ie.css b/template/yoga/not-ie.css
index ede96708f..a66f305f6 100644
--- a/template/yoga/not-ie.css
+++ b/template/yoga/not-ie.css
@@ -5,6 +5,7 @@
#content UL.thumbnails SPAN.wrap2 {
-moz-border-radius: 4px; /* round corners with Geko */
+ -webkit-border-radius: 4px; /* Safari webkit project */
}
#content DIV#comments {
padding-left: 5px;
@@ -17,3 +18,7 @@ FORM#quickconnect LABEL {
-moz-box-sizing: padding-box !important;
box-sizing: border-box; /* CSS3 */
}
+ul.tabsheet li {
+ -moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
+ -webkit-border-radius: 6px 6px 0px 0px; /* Safari webkit project */
+}