Fixed some small issues
authorMarcel Werk <burntime@woltlab.com>
Mon, 30 Apr 2012 16:09:14 +0000 (18:09 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 30 Apr 2012 16:09:14 +0000 (18:09 +0200)
wcfsetup/install/files/style/badge.less
wcfsetup/install/files/style/forms.less

index 1b5045c60f2a02aaa38491fffbb0260ac721a4a2..fd4752d6f0d1bf62513095c5877ed03b9edeaad3 100644 (file)
                
                .badgeShadow(@wcfTabularBoxBackgroundColor);
        }
-       
-       &:hover {
-               color: @wcfContentBackgroundColor;
-               text-decoration: none;
-       }
+}
+
+a.badge:hover {
+       color: @wcfContentBackgroundColor;
+       text-decoration: none;
 }
 
 /* special */
index 8b2fca29dc4454f38cc0b8f36adede16a4a68b51..be52c477bcf879c2bac4c7b2299f9b181a2930f3 100644 (file)
@@ -107,6 +107,13 @@ fieldset {
                                        margin-left: 21px;
                                }
                        }
+                       
+                       &.floated {
+                               > label {
+                                       display: inline-block;
+                                       margin-right: @wcfGapSmall;
+                               }
+                       }
                }
                
                /* wide */