diff options
author | Jasper de Groot <mail@ugomobi.com> | 2013-09-30 17:23:57 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-09-30 15:35:04 -0400 |
commit | ec3cf6725aa5ae0c69cb302df92eb933a517cbaa (patch) | |
tree | 48d3b562b8d607a3dddddd343391221f87fa09ca /themes | |
parent | e6360ab846c6d0248d6013d005d2c178906ca692 (diff) | |
download | jquery-ui-ec3cf6725aa5ae0c69cb302df92eb933a517cbaa.tar.gz jquery-ui-ec3cf6725aa5ae0c69cb302df92eb933a517cbaa.zip |
Dialog: Changed the width of the close button. Fixed #9133 - Dialog: Resizing causes close icon to misalign in Firefox.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.dialog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index c5499d8db..b49a4a76d 100644 --- a/themes/base/jquery.ui.dialog.css +++ b/themes/base/jquery.ui.dialog.css @@ -31,7 +31,7 @@ position: absolute; right: .3em; top: 50%; - width: 21px; + width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; |