]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Removed relative positioning from content div.
authorScott González <scott.gonzalez@gmail.com>
Sun, 14 Mar 2010 17:23:37 +0000 (17:23 +0000)
committerScott González <scott.gonzalez@gmail.com>
Sun, 14 Mar 2010 17:23:37 +0000 (17:23 +0000)
Fixes #5323 - dialog content shifts when dialog resized from top or left.

themes/base/jquery.ui.dialog.css

index 29c4dde13cbd4613c66ec5ce675ac88edf4d9061..f8354642a4cf75422a569ada0c8a79c8609c8bea 100644 (file)
@@ -6,7 +6,7 @@
 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
 .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
 .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
+.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
 .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
 .ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
 .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }