From 315051d0eaa1e60c3d85540a88ba2dfae51455f0 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Mon, 31 Oct 2011 20:52:46 +0100 Subject: [PATCH] More adaptions for small screens (handhelds) --- wcfsetup/install/files/acp/style/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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; } -- 2.20.1