From: Marcel Werk Date: Mon, 30 Apr 2012 16:09:14 +0000 (+0200) Subject: Fixed some small issues X-Git-Tag: 2.0.0_Beta_1~1136 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1fa6fa661571c59f6b2e8836f2961c96079390ad;p=GitHub%2FWoltLab%2FWCF.git Fixed some small issues --- diff --git a/wcfsetup/install/files/style/badge.less b/wcfsetup/install/files/style/badge.less index 1b5045c60f..fd4752d6f0 100644 --- a/wcfsetup/install/files/style/badge.less +++ b/wcfsetup/install/files/style/badge.less @@ -44,11 +44,11 @@ .badgeShadow(@wcfTabularBoxBackgroundColor); } - - &:hover { - color: @wcfContentBackgroundColor; - text-decoration: none; - } +} + +a.badge:hover { + color: @wcfContentBackgroundColor; + text-decoration: none; } /* special */ diff --git a/wcfsetup/install/files/style/forms.less b/wcfsetup/install/files/style/forms.less index 8b2fca29dc..be52c477bc 100644 --- a/wcfsetup/install/files/style/forms.less +++ b/wcfsetup/install/files/style/forms.less @@ -107,6 +107,13 @@ fieldset { margin-left: 21px; } } + + &.floated { + > label { + display: inline-block; + margin-right: @wcfGapSmall; + } + } } /* wide */