From: Marcel Werk Date: Thu, 28 Jun 2012 23:01:31 +0000 (+0200) Subject: Small style fixes X-Git-Tag: 2.0.0_Beta_1~1042 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=506457dd290d5861b1f8d21fc657c1f4806d563f;p=GitHub%2FWoltLab%2FWCF.git Small style fixes --- diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index c0d83c01d8..2f7cb79cc1 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -124,7 +124,7 @@ li { display: block; - &:hover:not(.dropdownDivider):not(.dropdownList), + &:hover:not(.dropdownDivider):not(.dropdownList):not(.dropdownText), &.dropdownList > li:hover:not(.dropdownDivider) { background-color: @wcfDropdownHoverBackgroundColor; } @@ -134,6 +134,11 @@ margin: @wcfGapTiny; } + &.dropdownText { + font-size: @wcfSmallFontSize; + padding: @wcfGapTiny @wcfGapMedium; + } + > a, > span { clear: both; diff --git a/wcfsetup/install/files/style/forms.less b/wcfsetup/install/files/style/forms.less index 04f1fb8425..2532800df3 100644 --- a/wcfsetup/install/files/style/forms.less +++ b/wcfsetup/install/files/style/forms.less @@ -96,6 +96,12 @@ fieldset { margin-right: @wcfGapSmall; } } + + > input, textarea, select { + + label { + margin-top: 2px; + } + } } /* wide */ diff --git a/wcfsetup/install/files/style/userPanel.less b/wcfsetup/install/files/style/userPanel.less index 8a4199a3b5..c9684b4d8f 100644 --- a/wcfsetup/install/files/style/userPanel.less +++ b/wcfsetup/install/files/style/userPanel.less @@ -68,7 +68,7 @@ .textShadow(@wcfUserPanelBackgroundColor); &:focus { - width: 280px; + //width: 280px; } } }