CC-6072: Wrapper has weird positioning during page load
This commit is contained in:
parent
11652da40b
commit
59a9862ba3
5 changed files with 5 additions and 21 deletions
|
@ -91,7 +91,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|||
</div>
|
||||
|
||||
<?php $hint = Application_Common_UsabilityHints::getUsabilityHint(); ?>
|
||||
<div class="usability_hint" <?php if ($hint == "") { echo "style='display:none'"; } ?>><?php echo $hint; ?></div>
|
||||
<div class="usability_hint <?php if ($hint == "") { echo "hidden"; } ?>"><?php echo $hint; ?></div>
|
||||
|
||||
<div class="wrapper" id="content">
|
||||
<?php echo $this->layout()->content ?>
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
</div>
|
||||
|
||||
<?php $hint = Application_Common_UsabilityHints::getUsabilityHint(); ?>
|
||||
<div class="usability_hint" <?php if ($hint == "") { echo "style='display:none'"; } ?>><?php echo $hint; ?></div>
|
||||
<div class="usability_hint <?php if ($hint == "") { echo "hidden"; } ?>"><?php echo $hint; ?></div>
|
||||
|
||||
|
||||
<div class="wrapper" id="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue