Added correct padding between headerbar and portal body
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- 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 -->
|
<!-- IF S_TOP_COLUMN -->
|
||||||
<tr>
|
<tr>
|
||||||
<!-- [+] top module area -->
|
<!-- [+] top module area -->
|
||||||
|
|||||||
@@ -59,4 +59,12 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
|
|||||||
{
|
{
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
list-style-type: none;
|
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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user