Skip to content

Commit 439f877

Browse files
committed
Remove whitespace at the end of the Dialog title CSS definition.
1 parent ce0afde commit 439f877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.dialog.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
1111
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
12-
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
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)