Small css fix
authorMarcel Werk <burntime@woltlab.com>
Mon, 7 May 2012 19:46:54 +0000 (21:46 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 7 May 2012 19:46:54 +0000 (21:46 +0200)
wcfsetup/install/files/style/forms.less

index 577b779e2740763fb2a53fbe6872fc5e69b545df..2640d56ce0c86658353b4a31cd184cef1e66fb9d 100644 (file)
@@ -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;
                                }
                        }