Added correct padding between headerbar and portal body

This commit is contained in:
Marc Alexander
2011-07-29 20:47:14 +02:00
parent 320c44b087
commit 1350543537
2 changed files with 9 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
</div>
<!-- ENDIF -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<table id="portal-body" cellpadding="0" cellspacing="0" border="0" width="100%">
<!-- IF S_TOP_COLUMN -->
<tr>
<!-- [+] top module area -->

View File

@@ -59,4 +59,12 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
{
border-top: 0px;
list-style-type: none;
}
/*
* top spacing between portal body table and headerbar spacing is usually 10px
* the headerbar's rounded corners already generate a padding of 5px so only 5px needed here
*/
#portal-body {
padding-top: 5px;
}