]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Adjust southeast resize handle to not be visible and more closely match other...
authorScott González <scott.gonzalez@gmail.com>
Mon, 3 Dec 2012 18:09:49 +0000 (13:09 -0500)
committerScott González <scott.gonzalez@gmail.com>
Mon, 3 Dec 2012 18:10:17 +0000 (13:10 -0500)
themes/base/jquery.ui.dialog.css

index 370c95da560872b0f5a5bd3f32c5aa5c8eb1759d..61ce01c6add05e9f6d344f6e3fd2695bb4266d54 100644 (file)
        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;