From: Klaus Hartl Date: Sat, 27 Sep 2008 23:40:06 +0000 (+0000) Subject: UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog... X-Git-Tag: 1.6rc3~558 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0dd3b17185ad24bfaeb3fdf827669b38cf2e58e6;p=jquery-ui.git UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog, fixes #3470 --- 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;