aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKlaus Hartl <klaus.hartl@googlemail.com>2008-09-27 23:40:06 +0000
committerKlaus Hartl <klaus.hartl@googlemail.com>2008-09-27 23:40:06 +0000
commit0dd3b17185ad24bfaeb3fdf827669b38cf2e58e6 (patch)
tree3321684a35d71bf9f1a21909a6be1c37bd6d99e3 /themes
parent2b0cb8c231334e845066b28face27634cac8bc4b (diff)
downloadjquery-ui-0dd3b17185ad24bfaeb3fdf827669b38cf2e58e6.tar.gz
jquery-ui-0dd3b17185ad24bfaeb3fdf827669b38cf2e58e6.zip
UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog, fixes #3470
Diffstat (limited to 'themes')
-rw-r--r--themes/flora/flora.tabs.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/flora/flora.tabs.css b/themes/flora/flora.tabs.css
index 42a2117d0..6c109aa3b 100644
--- a/themes/flora/flora.tabs.css
+++ b/themes/flora/flora.tabs.css
@@ -24,6 +24,9 @@
margin: 0;
padding: 0 0 0 3px;
}
+.ui-dialog-content .ui-tabs-nav {
+ position: relative; /* fixes first tab being positioned top left in the title bar of a dialog */
+}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
display: block;
clear: both;