aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2011-11-28 18:57:57 -0500
committerRob Loach <robloach@gmail.com>2011-11-28 18:57:57 -0500
commit439f877516f4f1c32481f95e59380efc3fdfa454 (patch)
tree99a49f1c36003dacfcb6af182daadd83874adea5 /themes
parentce0afde900fb2b55b5766a3e0e3029e24a094a75 (diff)
downloadjquery-ui-439f877516f4f1c32481f95e59380efc3fdfa454.tar.gz
jquery-ui-439f877516f4f1c32481f95e59380efc3fdfa454.zip
Remove whitespace at the end of the Dialog title CSS definition.
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.dialog.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css
index 12609ed19..c3a1d85ea 100644
--- a/themes/base/jquery.ui.dialog.css
+++ b/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; }