From: Luzifr Date: Wed, 5 Oct 2011 12:25:17 +0000 (+0200) Subject: Small improvements to fieldsets and pre-input-dropdowns X-Git-Tag: 2.0.0_Beta_1~1730^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dfaa74d90f270e929109f6ebf79245985628d16f;p=GitHub%2FWoltLab%2FWCF.git Small improvements to fieldsets and pre-input-dropdowns --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index cf884a369d..b1fb9f1e0a 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -774,6 +774,8 @@ dl > dd > small { dl > dd > fieldset { margin-top: 0; margin-bottom: 0; + padding-top: 5px; + padding-bottom: 5px; } dl > dd > fieldset > legend { @@ -1002,9 +1004,6 @@ textarea { - - - @@ -1132,13 +1131,13 @@ textarea { } .preInput .dropdown > li:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; } .preInput .dropdown > li:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } .preInput .dropdown > li:hover {