diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-11 17:54:14 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-11 17:54:14 +0000 |
commit | 279a6998d7988c530c7d8d0a0318ad6f7c455ae9 (patch) | |
tree | 1c378c7e8576737ac681ced64144937668329c89 /themes/base | |
parent | 4c83fcc777ff52534459aea214a63797e0141391 (diff) | |
download | jquery-ui-279a6998d7988c530c7d8d0a0318ad6f7c455ae9.tar.gz jquery-ui-279a6998d7988c530c7d8d0a0318ad6f7c455ae9.zip |
added default width (300px)
Diffstat (limited to 'themes/base')
-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 45b80d0a4..9cd6d35d1 100644 --- a/themes/base/ui.dialog.css +++ b/themes/base/ui.dialog.css @@ -1,6 +1,6 @@ /* Dialog ----------------------------------*/ -.ui-dialog {position: relative; padding: .2em; } +.ui-dialog {position: relative; padding: .2em; width: 300px; } .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; } |