]> source.dussan.org Git - jquery-ui.git/commitdiff
ui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in IE6" or...
authorBohdan Ganicky <bohdan.ganicky@gmail.com>
Tue, 3 Feb 2009 14:36:42 +0000 (14:36 +0000)
committerBohdan Ganicky <bohdan.ganicky@gmail.com>
Tue, 3 Feb 2009 14:36:42 +0000 (14:36 +0000)
themes/base/ui.dialog.css

index f10f4090ad0fefb112991232ba426ec55e2d1d03..2997595b7d276e06108270ee0ac45c608d260439 100644 (file)
@@ -6,8 +6,8 @@
 .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 { border: 0; padding: .5em 1em; background: none; overflow: auto; }
+.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; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
\ No newline at end of file
+.ui-draggable .ui-dialog-titlebar { cursor: move; }