From b7325b27ad89d4761dbe3502d83b257800b3fe8a Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 7 May 2012 21:46:54 +0200 Subject: [PATCH] Small css fix --- wcfsetup/install/files/style/forms.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; } } -- 2.20.1