Permalink
Browse files
Remove whitespace at the end of the Dialog title CSS definition.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
themes/base/jquery.ui.dialog.css
|
@@ -9,7 +9,7 @@ |
|
|
*/ |
|
|
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } |
|
|
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } |
|
|
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } |
|
|
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } |
|
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
|
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
|
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
|
|
0 comments on commit
439f877