Mobile optimizations
authorMarcel Werk <burntime@woltlab.com>
Wed, 5 Jun 2013 21:40:07 +0000 (23:40 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 5 Jun 2013 21:40:07 +0000 (23:40 +0200)
wcfsetup/install/files/style/dropdown.less
wcfsetup/install/files/style/form.less

index 5340fad562da536f48db744c6936bcda8aaf673a..5ebbdb3e9ec85b582f99715351e1446af096d789 100644 (file)
@@ -8,10 +8,10 @@
                display: table;
                width: 100%;
                
-               input,
+               /*input,
                textarea {
                        min-width: 300px;
-               }
+               }*/
                
                input {
                        display: table-cell;
index 6b2bf2fd925b4cfd6e161192bea91e298881d0b2..ad5fa2d8d498f239e6775df5cf2b417f94bb2a97 100644 (file)
@@ -55,6 +55,7 @@ dl:not(.plain) {
                        margin-top: 2px;
                        position: absolute;
                        text-align: left;
+                       white-space: nowrap;
                        width: auto;
                        
                        ~ dd > input[type='checkbox'], ~ dd > input[type='radio'] {
@@ -127,7 +128,7 @@ dl:not(.plain) {
        }
 }
 
-@media only screen and (max-width: 800px) {
+@media only screen and (max-width: 1024px) {
        dl:not(.plain) {
                > dt {
                        float: none;