From: Luzifr Date: Thu, 1 Mar 2012 14:47:03 +0000 (+0100) Subject: Small change. X-Git-Tag: 2.0.0_Beta_1~1281^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=445d4c20f1c5966d0ca42120a222333b345a8cd1;p=GitHub%2FWoltLab%2FWCF.git Small change. All other elements have margin to the top, so i changed the dl to have it to the top also. --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 26cdceb6c4..16064e83df 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -146,10 +146,9 @@ a[href^="mailto:"] { /* -- -- -- Globals -- -- -- */ /** - * This is a generic container for surrounding blocks of - * text with an optional leading icon. The icon-size is - * free. The box collapses if there's no icon given or - * if it doesn't load. + * This is a generic container for surrounding blocks of + * text with an optional leading icon. The icon-size is + * free. The icon-Container is optional. * Note: * This box does not support RTL in WebKit-browsers! * Thus the box-style may change in the future. @@ -1775,10 +1774,14 @@ fieldset legend ~ p { /* Simple */ dl { - margin-bottom: 7px; + margin-top: 7px; position: relative; } +fieldset dl:first-of-type { + margin-top: 0; +} + dl > dt { text-align: right; color: rgba(102, 153, 204, 1);