aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorBohdan Ganicky <bohdan.ganicky@gmail.com>2009-02-03 11:10:52 +0000
committerBohdan Ganicky <bohdan.ganicky@gmail.com>2009-02-03 11:10:52 +0000
commitdc9e09fefed12c7475ecc7be3080fe8aabe21448 (patch)
treecbe89ed9fa4a84fd0af5c5e92d48eeda8e26452c /themes/base
parent7c17ab9b1e02a2911b4964dd04154501159037a4 (diff)
downloadjquery-ui-dc9e09fefed12c7475ecc7be3080fe8aabe21448.tar.gz
jquery-ui-dc9e09fefed12c7475ecc7be3080fe8aabe21448.zip
themes/base/ui.tabs.css: IE hasLayout zoom fix, fixes #3996
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/ui.tabs.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base/ui.tabs.css b/themes/base/ui.tabs.css
index b0063a1d3..cb0df0095 100644
--- a/themes/base/ui.tabs.css
+++ b/themes/base/ui.tabs.css
@@ -1,6 +1,6 @@
/* Tabs
----------------------------------*/
-.ui-tabs { padding: .2em; }
+.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative; }
.ui-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; }
.ui-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; }
@@ -8,4 +8,4 @@
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border: 0; background: none; }
-.ui-tabs .ui-tabs-hide { display: none !important; } \ No newline at end of file
+.ui-tabs .ui-tabs-hide { display: none !important; }