Small style issue fixed
authorMarcel Werk <burntime@woltlab.com>
Mon, 20 Aug 2012 11:49:01 +0000 (13:49 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 20 Aug 2012 11:49:01 +0000 (13:49 +0200)
wcfsetup/install/files/style/alerts.less
wcfsetup/install/files/style/forms.less

index dcab7773f0f0d302af12dde04e77630fe19c1753..009a0ee39adbe71c524660abe16177dfbd38b60e 100644 (file)
@@ -94,7 +94,7 @@
 
 /* inline errors */
 .innerError {
-       clear: both;
+       //clear: both;
        color: @wcfErrorColor;
        display: table !important;
        line-height: 1.5;
index 2532800df385b48d67f2c510d2ea14eb00339991..7ffb944fce75d1729f0e336afa579ca649a6da78 100644 (file)
@@ -31,6 +31,8 @@ fieldset {
        dl {
                position: relative;
                
+               .clearfix();
+               
                > dd:not(:first-of-type), > dt:not(:first-of-type) {
                        margin-top: @wcfGapSmall;
                }