UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog, fixes #3470

This commit is contained in:
Klaus Hartl 2008-09-27 23:40:06 +00:00
parent 2b0cb8c231
commit 0dd3b17185

View 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;