diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/flora/flora.tabs.css | 3 |
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; |