From: Scott González Date: Tue, 4 Dec 2012 14:27:57 +0000 (-0500) Subject: Dialog: Remove unnecessary margin on title. X-Git-Tag: 1.10.0-beta.1~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=975bde542b165375c48b07e2e2f8a62d2a2230a4;p=jquery-ui.git Dialog: Remove unnecessary margin on title. --- diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index 61ce01c6a..563074a87 100644 --- a/themes/base/jquery.ui.dialog.css +++ b/themes/base/jquery.ui.dialog.css @@ -23,7 +23,7 @@ } .ui-dialog .ui-dialog-title { float: left; - margin: .1em 16px .1em 0; + margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden;