diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-14 08:43:56 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-14 08:43:56 -0500 |
commit | 2c1643509aee3cdeb0b5b7cc86a3cfa5ceb9fb60 (patch) | |
tree | 0941efb53459428c409160f402345aa0c2fcbf43 | |
parent | f6e99d2021bf9865673d08a4cef4d67ba7c586a5 (diff) | |
download | jquery-ui-2c1643509aee3cdeb0b5b7cc86a3cfa5ceb9fb60.tar.gz jquery-ui-2c1643509aee3cdeb0b5b7cc86a3cfa5ceb9fb60.zip |
Dialog: Removed unnecessary style properties.
-rw-r--r-- | themes/base/jquery.ui.dialog.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index 563074a87..f377a2565 100644 --- a/themes/base/jquery.ui.dialog.css +++ b/themes/base/jquery.ui.dialog.css @@ -13,8 +13,6 @@ top: 0; left: 0; padding: .2em; - width: 300px; - overflow: hidden; outline: 0; } .ui-dialog .ui-dialog-titlebar { @@ -49,7 +47,7 @@ text-align: left; border-width: 1px 0 0 0; background-image: none; - margin: .5em 0 0 0; + margin-top: .5em; padding: .3em 1em .5em .4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { @@ -64,6 +62,7 @@ height: 12px; right: -5px; bottom: -5px; + background-position: 16px 16px; } .ui-draggable .ui-dialog-titlebar { cursor: move; |