X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Ffooter.less;h=9f5beb55d948ae28caa1cfff1ab3c18569dc040c;hp=df17d2f9b6b7513d7845b29aeda277b3fb7b29de;hb=ca6df6f375793a05fdc41dd677eafa44f17b9ac9;hpb=9e2bb4db1565e17eda1847b6a82ad819bdb32203 diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less index df17d2f9..9f5beb55 100644 --- a/src/main/webapp/less/tablet/footer.less +++ b/src/main/webapp/less/tablet/footer.less @@ -1,7 +1,17 @@ .cols_1 > #footer { margin: 0 0 0 -5em; - padding: 2em 3em 2em 5em; + padding: 2em 3em 1.5em 5em; + @media (max-width: @maxsmalltablet) + { + margin: 0 0 0 -4em; + padding: 1.5em 2em 1em 4em; + } + @media (max-width: @maxsmallertablet) + { + margin: 0 0 0 -3em; + padding: 1em 1em .75em 3em; + } background-color: @heller; } .cols_1 > #footer > #footerlinks @@ -27,9 +37,9 @@ font-size: 137.5%; margin: 0; } -.cols_2 > #footer > #footer +.cols_2 > #footer { - padding: 0; + z-index: 1; } .cols_2 > #footer > #footerlinks { @@ -49,8 +59,22 @@ line-height: 1em; font-size: 137.5%; top: auto; - bottom: 1em; - right: -9em; + bottom: 0; + left: -3em; + right: -10.909090909em; /* 240px */ + padding: 9em 2.18181818em 1.5em; /* ? 3*16px ? */ + @media (max-width: @maxsmalltablet) + { + padding-right: 1.45454545em; + padding-bottom: 1em; + } + @media (max-width: @maxsmallertablet) + { + padding-right: .72727272em; + padding-bottom: .5em; + } + background-color: @heller; + text-align: right; } .cols_2 > #footer > #footerlinks a.f {