From: Marcel Werk Date: Wed, 5 Jun 2013 21:40:07 +0000 (+0200) Subject: Mobile optimizations X-Git-Tag: 2.0.0_Beta_4~124 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f75d4408871028800a7e44d5541c5935a1f91154;p=GitHub%2FWoltLab%2FWCF.git Mobile optimizations --- diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index 5340fad562..5ebbdb3e9e 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -8,10 +8,10 @@ display: table; width: 100%; - input, + /*input, textarea { min-width: 300px; - } + }*/ input { display: table-cell; diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index 6b2bf2fd92..ad5fa2d8d4 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -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;