X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Flayout.less;h=9310108ad50ee3f483e97442bd67a8a59ff2c5db;hp=04c51d7332ed48c2b1cda574934a5e6cc14b6aee;hb=ec124feb2d2d4077381077ae71086dc9c9828e9d;hpb=02dfc8d7c054fa2c3f89eae7594f3262817d62f2 diff --git a/src/main/webapp/less/tablet/layout.less b/src/main/webapp/less/tablet/layout.less index 04c51d73..9310108a 100644 --- a/src/main/webapp/less/tablet/layout.less +++ b/src/main/webapp/less/tablet/layout.less @@ -1,6 +1,7 @@ /** Seite gesamt (Abmessungen, Aussenabstände etc.) */ -body +body.menu, +body.nomenu { padding: 0; } @@ -8,6 +9,10 @@ body { overflow: hidden; } +.nomenu #page +{ + padding: 0; +} /** Seitenaufteilung mit/ohne Menü für Tablets optimieren */ @@ -214,23 +219,27 @@ body } -/** Faux-Column-Hack für Marginalinhalte anpassen */ +/** Faux-Column-Hack für Marginalinhalte */ .nomenu .content > .marginal aside.m { margin: 3.5em -3em -999em -5em; padding: 2em 3em 995em 5em; - border-style: none; + background-color: @heller; + position: relative; + top: -4.5em; } .menu .content > .marginal > aside.m { - margin: 0 -12em 1em 17.5em; + margin: 0 -12em 1em 20em; @media (max-width: @maxsmalltablet) { + margin-left: 18.5em; margin-right: -13em; } @media (max-width: @maxsmallertablet) { + margin-left: 17.5em; margin-right: -14em; } }