diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-09 20:21:55 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-09 20:21:55 +0000 |
commit | ea1a018560c8c80d0cf4c09aca1ecc60382016af (patch) | |
tree | 172179017b130fbfb4007c2624a2a9da84e48327 /themes/base/ui.dialog.css | |
parent | f7da676fcffafb18677a975e55cc5cb3c7406cf7 (diff) | |
download | jquery-ui-ea1a018560c8c80d0cf4c09aca1ecc60382016af.tar.gz jquery-ui-ea1a018560c8c80d0cf4c09aca1ecc60382016af.zip |
fixed border and padding in headers for consistency
Diffstat (limited to 'themes/base/ui.dialog.css')
-rw-r--r-- | themes/base/ui.dialog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.dialog.css b/themes/base/ui.dialog.css index ccdffec0c..45b80d0a4 100644 --- a/themes/base/ui.dialog.css +++ b/themes/base/ui.dialog.css @@ -1,7 +1,7 @@ /* Dialog ----------------------------------*/ .ui-dialog {position: relative; padding: .2em; } -.ui-dialog-titlebar { padding: .5em .3em .3em 1em; border-top: 0; border-left: 0; border-right: 0; } +.ui-dialog-titlebar { padding: .5em .3em .3em 1em; } .ui-dialog-title { float: left; margin: 2px 0; } .ui-dialog-titlebar-close { float: right; width: 19px; margin: -.2em 0 0 0; padding: 1px; height: 18px; } .ui-dialog-titlebar-close span { display: block; margin: 1px; } |