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,6 +21,9 @@
|
|||
border-bottom: 1px solid @ini_border_light;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
padding-top: @page-header_height;
|
||||
|
||||
.msg-area + * {
|
||||
clear: both;
|
||||
padding-top: 1em; // as h1
|
||||
|
@ -28,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.main-content > .level2,
|
||||
.main-content > .level1,
|
||||
|
|
2
main.php
2
main.php
|
@ -347,8 +347,10 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
echo $highlightParent->tpl();
|
||||
}
|
||||
?>
|
||||
<div class="page-content">
|
||||
<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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue