From: Luzifr Date: Mon, 31 Oct 2011 19:52:46 +0000 (+0100) Subject: More adaptions for small screens (handhelds) X-Git-Tag: 2.0.0_Beta_1~1637^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=315051d0eaa1e60c3d85540a88ba2dfae51455f0;p=GitHub%2FWoltLab%2FWCF.git More adaptions for small screens (handhelds) --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 14022cb31b..6a7ad7e0d8 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -581,7 +581,6 @@ div.main { section.content { background-color: #fff; display: table-cell; - padding: 5px 40px 25px; position: relative; width: 100%; z-index: 100; @@ -594,7 +593,11 @@ div.main > div section:only-child { } @media screen and (min-width: 480px) { - + + section.content { + padding: 5px 40px 25px; + } + div.main > div section:only-child { min-height: 100px; } @@ -602,7 +605,11 @@ div.main > div section:only-child { } @media screen and (max-width: 480px) { - + + section.content { + padding: 5px 15px 25px; + } + div.main > div section:only-child { min-height: auto; }