Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Wed, 2 Oct 2013 13:35:22 +0000 (15:35 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 2 Oct 2013 13:35:22 +0000 (15:35 +0200)
wcfsetup/install/files/style/form.less

index 0cd8983e6ac95082d66712e495297c945f646988..3a3809223041e01cf5cce0e7acf7965390512453 100644 (file)
@@ -14,8 +14,10 @@ fieldset {
                .textShadow(@wcfContainerBackgroundColor);
                
                + small {
-                       top: -7px;
+                       display: inline-block;
+                       margin-bottom: @wcfGapTiny;
                        position: relative;
+                       top: -7px;
                }
        }