From 88e99d8df925cb8f71c2fe7ef2a4807099d5f4a0 Mon Sep 17 00:00:00 2001 From: rezaie9 Date: Tue, 7 Apr 2009 07:25:05 +0000 Subject: [PATCH] Improvment in displaying tabs in Safari Changes applyed by Shamim Rezaie (http://rezaie.info) --- theme/standard/rtl.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/standard/rtl.css b/theme/standard/rtl.css index 7ab29561fa..a934bd476e 100755 --- a/theme/standard/rtl.css +++ b/theme/standard/rtl.css @@ -592,7 +592,7 @@ form.mform .fitemtitle { top: 4.2em !important; } -@media all and (min-width: 0px) { /* Opera only */ +@media all and (min-width: 0px) { /* Opera only, the floating # will hide this from Safari */ .tabrow0 a { padding-right: 14px; padding-left: 0; @@ -602,8 +602,11 @@ form.mform .fitemtitle { padding-left: 14px !important; padding-right: 0 !important; } + # } + + /* ======================== overrides styles_ie6 ======================== */ -- 2.39.5