]> source.dussan.org Git - jquery-ui.git/commitdiff
UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog...
authorKlaus Hartl <klaus.hartl@googlemail.com>
Sat, 27 Sep 2008 23:40:06 +0000 (23:40 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Sat, 27 Sep 2008 23:40:06 +0000 (23:40 +0000)
themes/flora/flora.tabs.css

index 42a2117d0e2d9f27437f264c2a1d1541469b551a..6c109aa3b7d8fde3ddef4ed2d356c56bc23be080 100644 (file)
@@ -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;