From: Marcel Werk Date: Mon, 7 May 2012 19:46:54 +0000 (+0200) Subject: Small css fix X-Git-Tag: 2.0.0_Beta_1~1121 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b7325b27ad89d4761dbe3502d83b257800b3fe8a;p=GitHub%2FWoltLab%2FWCF.git Small css fix --- diff --git a/wcfsetup/install/files/style/forms.less b/wcfsetup/install/files/style/forms.less index 577b779e27..2640d56ce0 100644 --- a/wcfsetup/install/files/style/forms.less +++ b/wcfsetup/install/files/style/forms.less @@ -76,14 +76,16 @@ fieldset { > input[type='checkbox'], > input[type='radio'] { margin: 2px 2px 2px 0; } - + } + + > input[type='checkbox'], > input[type='radio'] { ~ small { margin-left: 21px; } } - > input[type='checkbox'], > input[type='radio'] { - ~ small { + &:not(.floated) { + > label ~ small { margin-left: 21px; } }