1#config__manager {
2    fieldset {
3        max-width: none;
4        background-color: none;
5    }
6
7    form label, form a {
8        font-family: $font-family;
9        font-size: $small;
10        color: $body-font-color;
11    }
12    td.label {
13        height: inherit;
14        min-width: 200px;
15    }
16    form a { font-size: $xsmall; }
17    span.outkey {
18        margin-top: -1em;
19        margin-left: -.5em;
20        display: block;
21        background-color: #fff;
22        color: #666;
23        float: left;
24        padding: 0 0.1em;
25        position: relative;
26        z-index: 1;
27    }
28    input.edit, select.edit, .input, fieldset td.value {
29        max-width: 300px;
30    }
31}
32
33