Skip to content

Commit

Permalink
Dialog: Adjust southeast resize handle to not be visible and more clo…
Browse files Browse the repository at this point in the history
…sely match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle.
  • Loading branch information
scottgonzalez committed Dec 3, 2012
1 parent bdb0fbe commit 1ed853f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/base/jquery.ui.dialog.css
Expand Up @@ -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;
Expand Down

0 comments on commit 1ed853f

Please sign in to comment.