X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Flayout.less;h=c63f92392a8810d45b1658b250b9848c083dab43;hp=a5959e576756e2a5fe0d03649f63cb95da8597ee;hb=6edf003077fec1ebcc3dbdcf94f6ba04fa64a349;hpb=4e18dd333d44513a1b51aeb8ef4cd6ee4f911b2b diff --git a/src/main/webapp/less/tablet/layout.less b/src/main/webapp/less/tablet/layout.less index a5959e57..c63f9239 100644 --- a/src/main/webapp/less/tablet/layout.less +++ b/src/main/webapp/less/tablet/layout.less @@ -39,7 +39,9 @@ body content: none; display: inline; } -.content > .main +.menu .content > .main, +.nomenu .content > .main, +.onecolumn .content > .main { float: none; width: auto; @@ -58,7 +60,9 @@ body border-top: 1px solid @hintergrund; border-bottom: 1px solid @hintergrund; } -.content > .marginal +.menu .content > .marginal, +.nomenu .content > .marginal, +.onecolumn .content > .marginal { position: static; width: 100%; @@ -74,6 +78,12 @@ body padding: 0 0 999em 0; background-color: transparent; } +.onecolumn .content > .marginal +{ + margin: 6.5em 0 -1001.175em 0; + padding: 0 0 999em 0; + background-color: transparent; +} /** Seitenkopf positionieren */ @@ -123,8 +133,9 @@ body width: 100%; } +.menu #menu, .nomenu #menu, -.menu #menu +.onecolumn #menu { position: absolute; width: auto; @@ -193,7 +204,8 @@ body width: 15em; background-color: @heller; } -.nomenu #footer +.nomenu #footer, +.onecolumn #footer { padding: 0 3em 1.5em 5em; @media (max-width: (@maxsmalltablet)) @@ -212,7 +224,8 @@ body /** Breadcrump positionieren */ .menu #breadcrumb, -.nomenu #breadcrumb +.nomenu #breadcrumb, +.onecolumn #breadcrumb { left: 11.9em; right: 3em; @@ -232,7 +245,8 @@ body /** Faux-Column-Hack für Marginalinhalte */ -.nomenu .content > .marginal aside.m +.nomenu .content > .marginal aside.m, +.onecolumn .content > .marginal aside.m { margin: 3.5em 0 -999em 0; padding: 2em 3em 995em 5em;