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.

This commit is contained in:
Scott González 2012-12-03 13:09:49 -05:00
parent bdb0fbe993
commit 1ed853f7bb

View File

@ -60,10 +60,10 @@
cursor: pointer; cursor: pointer;
} }
.ui-dialog .ui-resizable-se { .ui-dialog .ui-resizable-se {
width: 14px; width: 12px;
height: 14px; height: 12px;
right: 3px; right: -5px;
bottom: 3px; bottom: -5px;
} }
.ui-draggable .ui-dialog-titlebar { .ui-draggable .ui-dialog-titlebar {
cursor: move; cursor: move;