From: Luzifr Date: Mon, 9 Jan 2012 16:54:44 +0000 (+0100) Subject: Fixes sorting in the sidebar X-Git-Tag: 2.0.0_Beta_1~1438 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b88ac22da354d898c19431e59a3ca14435fc66e1;p=GitHub%2FWoltLab%2FWCF.git Fixes sorting in the sidebar That will be reworked in the future --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 06c49a2c33..4bd9eafca7 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -1533,9 +1533,20 @@ fieldset p.description { color: #999; } +/* Special */ + +.sidebar fieldset { + border-width: 0; + background-color: transparent; +} + +.sidebar fieldset legend { + text-transform: uppercase; + padding: 0; +} -/* ############## Tabbed Content ############## */ +/* ############## Labeled Content ############## */ /* Simple */ @@ -1629,6 +1640,26 @@ dl > dd > fieldset > dl > dd > label { display: block; } +/* Special */ + +.sidebar dl > dt { + text-align: left; + float: none; + width: auto; +} + +.sidebar dl > dd { + margin-left: 0; + display: block; + margin-bottom: 13px; +} + +.sidebar dl > dd * { + display: block; +} + + + /* Reversed */ .reversed { @@ -2043,6 +2074,18 @@ input[type='button'], display: inline-block; } +/* Special */ + +.sidebar .largeButtons *, +.sidebar input { + font-size: 50% !important; + padding: 3px 7px; +} + +.sidebar .largeButtons *, +.sidebar input { + font-size: 50% !important; +} /* ############## Border ############## */