diff options
author | Bohdan Ganicky <bohdan.ganicky@gmail.com> | 2009-02-03 14:36:42 +0000 |
---|---|---|
committer | Bohdan Ganicky <bohdan.ganicky@gmail.com> | 2009-02-03 14:36:42 +0000 |
commit | cfbefa55d3beecbc9ebec0d183fc076e09d50ee4 (patch) | |
tree | 15530b40615991e9a625f1c7e2d393a1781c70ed /themes | |
parent | 037f5d5ce193556ac977217056767e00a77e5c76 (diff) | |
download | jquery-ui-cfbefa55d3beecbc9ebec0d183fc076e09d50ee4.tar.gz jquery-ui-cfbefa55d3beecbc9ebec0d183fc076e09d50ee4.zip |
ui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in IE6" or hasLayout strikes again
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/ui.dialog.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base/ui.dialog.css b/themes/base/ui.dialog.css index f10f4090a..2997595b7 100644 --- a/themes/base/ui.dialog.css +++ b/themes/base/ui.dialog.css @@ -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; } |