source: Dev/trunk/client/qed/css/forms.less @ 433

Last change on this file since 433 was 432, checked in by hendrikvanantwerpen, 12 years ago

Split up and re-organized LESS. Not sure how it all works yet though.

File size: 844 bytes
Line 
1#rft.claro {
2
3    fieldset {
4        border: none;
5
6        &.align {
7
8            input,
9            .dijitTextBox,
10            textarea {
11                margin-left: 0;
12            }
13
14            label {
15                color: @text;
16                display: inline-block;
17                width: 100px !important;
18            }
19        }
20    }
21
22    .newline {
23        .newLine;
24        display: block;
25    }
26
27    .floatRight {
28        float: right;
29        .noMargin
30    }
31
32
33    .qedInfo {
34        max-width: 500px;
35    }
36
37    .qedLabel {
38        display: inline-block;
39        float: left;
40        width: 150px;
41    }
42
43    .qedField {
44        max-width: 350px;
45        display: inline-block;
46    }
47
48    .qedField.qedFill {
49        width: 350px;
50    }
51
52    .qedFieldset {
53        margin: 1em 0px;
54        border: 1px solid grey;
55    }
56   
57}
Note: See TracBrowser for help on using the repository browser.