aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.dialog.css
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-14 13:47:06 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-14 13:47:06 -0400
commitcdd6161419190e9d5a1e823f4910559dbab6de7d (patch)
tree42aba1de87a18675f536efaaca8dac2ad6a01612 /themes/base/jquery.ui.dialog.css
parenta3ab2b223b8d7494bf860396975868644b3e89cb (diff)
downloadjquery-ui-cdd6161419190e9d5a1e823f4910559dbab6de7d.tar.gz
jquery-ui-cdd6161419190e9d5a1e823f4910559dbab6de7d.zip
Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow breaks when displayed inside a dialog on Internet Explorer.
Diffstat (limited to 'themes/base/jquery.ui.dialog.css')
-rw-r--r--themes/base/jquery.ui.dialog.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css
index f8354642a..29c4dde13 100644
--- a/themes/base/jquery.ui.dialog.css
+++ b/themes/base/jquery.ui.dialog.css
@@ -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 { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
+.ui-dialog .ui-dialog-content { position: relative; 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; }