Fixes sorting in the sidebar
authorLuzifr <szekely@woltlab.com>
Mon, 9 Jan 2012 16:54:44 +0000 (17:54 +0100)
committerLuzifr <szekely@woltlab.com>
Mon, 9 Jan 2012 16:54:44 +0000 (17:54 +0100)
That will be reworked in the future

wcfsetup/install/files/acp/style/wcf.css

index 06c49a2c33d9cacd56f3c675786f782908b1e734..4bd9eafca7c6745a48c6b6275028c1105856b698 100644 (file)
@@ -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 ############## */