From: Marcel Werk Date: Fri, 12 Apr 2013 21:16:03 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_1~372 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=80611e5218214efc4e8758c90c7318dc2d6d68d4;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index 751351f2fe..d75207b213 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -20,7 +20,7 @@ fieldset { } > dl:not(:first-of-type) { - margin-top: @wcfGapSmall; + margin-top: @wcfGapSmall+@wcfGapTiny; } &:not(:first-of-type) { @@ -35,7 +35,7 @@ dl:not(.plain) { .clearfix(); > dd:not(:first-of-type), > dt:not(:first-of-type) { - margin-top: @wcfGapSmall; + margin-top: @wcfGapSmall+@wcfGapTiny; } > dt { @@ -69,7 +69,7 @@ dl:not(.plain) { > small:not(.innerError) { color: @wcfDimmedColor; display: block; - margin-top: 2px; + margin-top: 3px; } > label { @@ -84,6 +84,7 @@ dl:not(.plain) { > input[type='checkbox'], > input[type='radio'] { ~ small { margin-left: 21px; + margin-top: 2px; } } @@ -202,14 +203,14 @@ select[multiple] { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - padding: 5px 3px; + padding: 4px 3px; margin: 0; } select { margin: 0; min-width: 1px; - padding: 1px 1px 1px 3px; + padding: 3px; } /* normal state */