mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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:
parent
2b0cb8c231
commit
0dd3b17185
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user