BUGFIX: SSF-168 fixing Webkit rendering issue that would display elements outside of an absolute positioned layout, breaking the layout in the reportadmin section. The fix is to hide to container that breaks the layout and use js to move the required elements out of the container when the CMS needs them.

This commit is contained in:
Julian Seidenberg 2012-04-10 12:41:19 +12:00
parent e0b429491c
commit 9183890148
3 changed files with 7 additions and 1 deletions

View File

@ -251,6 +251,8 @@ body.cms { overflow: hidden; }
/** -------------------------------------------- Helpers -------------------------------------------- */
.cms-helper-hide-actions .Actions { display: none; }
.hide { display: none; }
/** -------------------------------------------- Panels Styles -------------------------------------------- */
.cms-container { height: 100%; background: #f0f3f4 url(../images/textures/bg_cms_main_content.png) repeat top left; }

View File

@ -60,6 +60,10 @@ body.cms {
}
}
.hide {
display: none;
}
/** --------------------------------------------
* Panels Styles
* -------------------------------------------- */

View File

@ -24,7 +24,7 @@
</div>
<div id="cms-editor-dialogs">
<div id="cms-editor-dialogs" class="hide">
<% control EditorToolbar %>
$MediaForm
$LinkForm