aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2008-12-11 18:03:36 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2008-12-11 18:03:36 +0000
commita3017dcaaecdce817d2be1a779ae770ec1fe39cb (patch)
tree9e28a854a1f13d1cfad40132633cdf5cdefcb6b5 /themes
parent279a6998d7988c530c7d8d0a0318ad6f7c455ae9 (diff)
downloadjquery-ui-a3017dcaaecdce817d2be1a779ae770ec1fe39cb.tar.gz
jquery-ui-a3017dcaaecdce817d2be1a779ae770ec1fe39cb.zip
added "width:auto" to button -- removes odd default width set by IE
Diffstat (limited to 'themes')
-rw-r--r--themes/base/ui.dialog.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.dialog.css b/themes/base/ui.dialog.css
index 9cd6d35d1..e6950cfae 100644
--- a/themes/base/ui.dialog.css
+++ b/themes/base/ui.dialog.css
@@ -8,6 +8,6 @@
.ui-dialog-titlebar-close:hover { padding: 0; }
.ui-dialog-content {border: 0; padding: .5em 1em; background: none; }
.ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; }
+.ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; } \ No newline at end of file