X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Flayout.less;h=935e7ef14d824b1b44eb37b49a71f3c1664b13c8;hp=b6f70820e2eda5528a3558fa5c76eaf9604cdb18;hb=a06a8f90ea1c87ca482ac7de085883a6d92cd213;hpb=cea459bf2e32af5de46af1c61c8c69f415b19f40 diff --git a/src/main/webapp/less/tablet/layout.less b/src/main/webapp/less/tablet/layout.less index b6f70820..935e7ef1 100644 --- a/src/main/webapp/less/tablet/layout.less +++ b/src/main/webapp/less/tablet/layout.less @@ -7,7 +7,7 @@ body overflow: hidden; } -.cols_1 > .content +.nomenu .content { padding-bottom: 5em; @media (max-width: @maxsmalltablet) @@ -19,15 +19,15 @@ body padding-bottom: 3.25em; } } -.cols_2 > .content.cf:before, -.cols_2 > .content.cf:after +.menu .content.cf:before, +.menu .content.cf:after { clear: none; content: none; display: inline; } -.cols_1 > .content > .main, -.cols_2 > .content > .main +.nomenu .content > .main, +.menu .content > .main { float: none; width: auto; @@ -46,7 +46,7 @@ body border-top: 1px solid @hintergrund; border-bottom: 1px solid @hintergrund; } -.cols_1 > .content > .marginal +.nomenu .content > .marginal { margin: 3em 0 -999em 0; padding: 0 3em 999em 5em; @@ -61,24 +61,24 @@ body padding-right: 1em; } } -.cols_1 > .content > .marginal aside.m +.nomenu .content > .marginal aside.m { margin: 3.5em -3em -999em -5em; padding: 2em 3em 995em 5em; border-style: none; } -.cols_2 > .content > .marginal +.menu .content > .marginal { margin: 3em 0 -994em -15em; padding: 2em 0 999em 0; width: 100%; position: static; } -.cols_1 > #footer +.nomenu #footer { border-style: none; } -.cols_2 > .content > .marginal > aside.m +.menu .content > .marginal > aside.m { margin: 0 -12em 1em 17.5em; @media (max-width: @maxsmalltablet) @@ -90,7 +90,7 @@ body margin-right: -14em; } } -.cols_2 > .content > .marginal > #nav +.menu .content > .marginal > #nav { position: static; border-right: .125em solid @hintergrund; @@ -123,22 +123,22 @@ body } } -#page.cols_2 +.menu #page { max-width: none; border-right-style: none; } -.cols_2 > #header +.menu #header { margin-right: 0; border-right-style: none; } -.cols_2 > .content +.menu .content { margin: 0; padding: 0; } -.cols_2 > #footer +.menu #footer { position: static; float: right;