diff --git a/root/styles/prosilver/template/portal/portal_body.html b/root/styles/prosilver/template/portal/portal_body.html index 1bcaf7e1..68f66d5f 100644 --- a/root/styles/prosilver/template/portal/portal_body.html +++ b/root/styles/prosilver/template/portal/portal_body.html @@ -10,7 +10,7 @@ - +
diff --git a/root/styles/prosilver/theme/portal.css b/root/styles/prosilver/theme/portal.css index 90e56a9d..f125c450 100644 --- a/root/styles/prosilver/theme/portal.css +++ b/root/styles/prosilver/theme/portal.css @@ -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; } \ No newline at end of file