From 2c1643509aee3cdeb0b5b7cc86a3cfa5ceb9fb60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 14 Dec 2012 08:43:56 -0500 Subject: [PATCH] Dialog: Removed unnecessary style properties. --- themes/base/jquery.ui.dialog.css | 5 ++--- 1 file 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; -- 2.39.5