From 1fa6fa661571c59f6b2e8836f2961c96079390ad Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 30 Apr 2012 18:09:14 +0200 Subject: [PATCH] Fixed some small issues --- wcfsetup/install/files/style/badge.less | 10 +++++----- wcfsetup/install/files/style/forms.less | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) 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 */ -- 2.20.1