X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Flayout.less;h=935e7ef14d824b1b44eb37b49a71f3c1664b13c8;hb=a06a8f90ea1c87ca482ac7de085883a6d92cd213;hp=ddaa34af4b6f6c7da485ecd3622da9611df5c435;hpb=cfdff348f72370732e6eb1845ba97e1399b71512;p=website diff --git a/src/main/webapp/less/tablet/layout.less b/src/main/webapp/less/tablet/layout.less index ddaa34af..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,21 +61,26 @@ body padding-right: 1em; } } -.cols_1 > .content > .marginal aside.m +.nomenu .content > .marginal aside.m { - padding: 2em 0; - border-bottom: .125em solid @hintergrund; + 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_2 > .content > .marginal > aside.m +.nomenu #footer { - margin: 0 -12em 0 17.5em; + border-style: none; +} +.menu .content > .marginal > aside.m +{ + margin: 0 -12em 1em 17.5em; @media (max-width: @maxsmalltablet) { margin-right: -13em; @@ -85,7 +90,7 @@ body margin-right: -14em; } } -.cols_2 > .content > .marginal > #nav +.menu .content > .marginal > #nav { position: static; border-right: .125em solid @hintergrund; @@ -118,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;