aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-12-03 13:09:49 -0500
committerScott González <scott.gonzalez@gmail.com>2012-12-03 13:10:17 -0500
commit1ed853f7bb9f58af09e55e207534ecb10bcbe286 (patch)
treebe870ce9cde0d6f4587cc1e10eda71dec39976a4 /themes/base
parentbdb0fbe993ab4c716f3cbc6f2c08072bf512115f (diff)
downloadjquery-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.css8
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;