From 0dd3b17185ad24bfaeb3fdf827669b38cf2e58e6 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sat, 27 Sep 2008 23:40:06 +0000 Subject: UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog, fixes #3470 --- themes/flora/flora.tabs.css | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3