Skip to content

Commit 1f0fd61

Browse files
aaronpetersonscottgonzalez
authored andcommitted
Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: Typesetting on title bar is inconsistent with other widget title bars/headers.
1 parent dd7aae2 commit 1f0fd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/base/jquery.ui.dialog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* http://docs.jquery.com/UI/Dialog#theming
99
*/
1010
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
11-
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
12-
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
11+
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
12+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
1313
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
1414
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
1515
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

0 commit comments

Comments
 (0)