Merge pull request #61 from cosmocode/flickerfix
avoid flickering on scroll
This commit is contained in:
commit
6a4ae60010
2 changed files with 11 additions and 5 deletions
|
@ -21,9 +21,13 @@
|
||||||
border-bottom: 1px solid @ini_border_light;
|
border-bottom: 1px solid @ini_border_light;
|
||||||
}
|
}
|
||||||
|
|
||||||
.msg-area + * {
|
.page-content {
|
||||||
clear: both;
|
padding-top: @page-header_height;
|
||||||
padding-top: 1em; // as h1
|
|
||||||
|
.msg-area + * {
|
||||||
|
clear: both;
|
||||||
|
padding-top: 1em; // as h1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
6
main.php
6
main.php
|
@ -347,8 +347,10 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
echo $highlightParent->tpl();
|
echo $highlightParent->tpl();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
|
<div class="page-content">
|
||||||
<div class="clearer"></div>
|
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
|
||||||
|
<div class="clearer"></div>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue