X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=4afea4aec24f1b78b6ee584bfb73e6b599574791;hp=bd4f0821d6bc745062d535d67006daf744b10be7;hb=b89d89ff6c29e6edab9b68c7ce4757b627148802;hpb=02dfc8d7c054fa2c3f89eae7594f3262817d62f2 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index bd4f0821..4afea4ae 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -2,7 +2,7 @@ body { - padding: 0 3em 0 5em; + padding: 0; overflow-y: scroll; /** Die vertikale Scroll-Leiste stets anzeigen */ } #page @@ -13,6 +13,10 @@ body /** Seitenaufteilung mit Menü (Zweispaltig) */ +body.menu +{ + padding: 0 3em 0 5em; +} .menu .content { position: relative; @@ -37,6 +41,12 @@ body /** Anpassungen für Seiten ohne Menü (Einspaltig) */ +.nomenu #page +{ + max-width: 62.375em; + padding: 0 3em 0 5em; + overflow: hidden; +} .nomenu .content { position: relative; @@ -149,6 +159,10 @@ body left: 6.9em; z-index: 3; } +.nomenu #breadcrumb +{ + left: 11.9em; +} #breadcrumb > a.hide { position: absolute; @@ -167,7 +181,7 @@ body } .nomenu #footer { - padding-top: 0; + padding: 0 3em 2em 5em; } #footer > hr.f {