That will be reworked in the future
color: #999;
}
+/* Special */
+
+.sidebar fieldset {
+ border-width: 0;
+ background-color: transparent;
+}
+
+.sidebar fieldset legend {
+ text-transform: uppercase;
+ padding: 0;
+}
-/* ############## Tabbed Content ############## */
+/* ############## Labeled Content ############## */
/* Simple */
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 {
display: inline-block;
}
+/* Special */
+
+.sidebar .largeButtons *,
+.sidebar input {
+ font-size: 50% !important;
+ padding: 3px 7px;
+}
+
+.sidebar .largeButtons *,
+.sidebar input {
+ font-size: 50% !important;
+}
/* ############## Border ############## */