Merge pull request #366 from adrexia/7053-scrolling-pop-up-IE7

BUGFIX: Pop-up scrolling IE7
This commit is contained in:
Sam Minnée 2012-04-22 22:04:01 -07:00
commit 08bcf7ff2b
2 changed files with 2 additions and 1 deletions

View File

@ -505,7 +505,7 @@ form.member-profile-form .ui-tabs-nav .ui-corner-all, form.member-profile-form .
.ui-dialog .cms-dialog-content .clear { clear: both; }
.ui-dialog.loading { background-image: url(../images/spinner.gif); background-position: 50% 50%; background-repeat: no-repeat; }
body.cms-dialog { overflow: auto; background: url("../images/textures/bg_cms_main_content.png") repeat left top #f0f3f4; }
body.cms-dialog { overflow: auto; background: url("../images/textures/bg_cms_main_content.png") repeat left top #f0f3f4; position: relative; }
/** -------------------------------------------- "Insert X" forms -------------------------------------------- */
.htmleditorfield-linkform .step2 { margin-bottom: 16px; }

View File

@ -1364,6 +1364,7 @@ form.member-profile-form {
body.cms-dialog {
overflow: auto;
background: url("../images/textures/bg_cms_main_content.png") repeat left top #F0F3F4;
position:relative;
}
/** --------------------------------------------