diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-03 13:09:49 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-03 13:10:17 -0500 |
commit | 1ed853f7bb9f58af09e55e207534ecb10bcbe286 (patch) | |
tree | be870ce9cde0d6f4587cc1e10eda71dec39976a4 /themes/base | |
parent | bdb0fbe993ab4c716f3cbc6f2c08072bf512115f (diff) | |
download | jquery-ui-1ed853f7bb9f58af09e55e207534ecb10bcbe286.tar.gz jquery-ui-1ed853f7bb9f58af09e55e207534ecb10bcbe286.zip |
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.
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/jquery.ui.dialog.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; |