From: Scott González Date: Mon, 3 Dec 2012 18:09:49 +0000 (-0500) Subject: Dialog: Adjust southeast resize handle to not be visible and more closely match other... X-Git-Tag: 1.10.0-beta.1~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ed853f7bb9f58af09e55e207534ecb10bcbe286;p=jquery-ui.git Dialog: Adjust southeast resize handle to not be visible and more closely match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle. --- diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index 370c95da5..61ce01c6a 100644 --- a/themes/base/jquery.ui.dialog.css +++ b/themes/base/jquery.ui.dialog.css @@ -60,10 +60,10 @@ cursor: pointer; } .ui-dialog .ui-resizable-se { - width: 14px; - height: 14px; - right: 3px; - bottom: 3px; + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; } .ui-draggable .ui-dialog-titlebar { cursor: move;