More adaptions for small screens (handhelds)
authorLuzifr <szekely@woltlab.com>
Mon, 31 Oct 2011 19:52:46 +0000 (20:52 +0100)
committerLuzifr <szekely@woltlab.com>
Mon, 31 Oct 2011 19:52:46 +0000 (20:52 +0100)
wcfsetup/install/files/acp/style/style.css

index 14022cb31b6b29b22df89c2fbde7c8d72937094f..6a7ad7e0d853ba04975c703af746cf1cb12d2260 100644 (file)
@@ -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;
        }