X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=bf77320feb006f8c268ed4958fc41104d290422e;hp=92cc19ac845bf2e1173c6e08a03f7dba1909e2c2;hb=cea459bf2e32af5de46af1c61c8c69f415b19f40;hpb=e3a5f3a574efde4117da8715eb1d293610d3a171 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index 92cc19ac..bf77320f 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -26,10 +26,17 @@ body position: relative; width: 100%; } -.cols_1 > .content > .marginal +.cols_1 > .content > .main { - margin-top: 3em; + margin-bottom: 7em; +} +.cols_1 > .content > .marginal aside.m +{ + margin: 3.5em 0 -999em 0; + padding: 2em 2em 995em 2em; background-color: @heller; + position: relative; + top: -4.5em; } .cols_2 > .content > .marginal { @@ -54,10 +61,6 @@ body { margin-top: 0; } -.cols_1 > .content > .marginal aside.m -{ - padding: 2em; -} #nav { position: absolute; @@ -113,6 +116,11 @@ body { overflow-y: scroll; } { right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */ } +.cols_1 > #footer +{ + border-top: 1.5em solid @hintergrund; + background-color: @hintergrund; +} .cols_2 > #footer { margin-right: -24.375em;