r749 - trunk/themes/flora

r749 - trunk/themes/flora


Author: klaus.hartl
Date: Sat Sep 27 16:40:06 2008
New Revision: 749
Modified:
trunk/themes/flora/flora.tabs.css
Log:
UI Tabs: in IE the first tab was moved to upper left corner for tabs used
in dialog, fixes #3470
Modified: trunk/themes/flora/flora.tabs.css
==============================================================================
--- trunk/themes/flora/flora.tabs.css    (original)
+++ trunk/themes/flora/flora.tabs.css    Sat Sep 27 16:40:06 2008
@@ -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;