From c6a11f695152fe9dcde216c190ad67575038ebd8 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 20 Aug 2012 13:49:01 +0200 Subject: [PATCH] Small style issue fixed --- wcfsetup/install/files/style/alerts.less | 2 +- wcfsetup/install/files/style/forms.less | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/alerts.less b/wcfsetup/install/files/style/alerts.less index dcab7773f0..009a0ee39a 100644 --- a/wcfsetup/install/files/style/alerts.less +++ b/wcfsetup/install/files/style/alerts.less @@ -94,7 +94,7 @@ /* inline errors */ .innerError { - clear: both; + //clear: both; color: @wcfErrorColor; display: table !important; line-height: 1.5; diff --git a/wcfsetup/install/files/style/forms.less b/wcfsetup/install/files/style/forms.less index 2532800df3..7ffb944fce 100644 --- a/wcfsetup/install/files/style/forms.less +++ b/wcfsetup/install/files/style/forms.less @@ -31,6 +31,8 @@ fieldset { dl { position: relative; + .clearfix(); + > dd:not(:first-of-type), > dt:not(:first-of-type) { margin-top: @wcfGapSmall; } -- 2.20.1