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

Last change on this file since 436 was 434, checked in by hendrikvanantwerpen, 12 years ago

Implemented Scale and ScaleConfig? widget.

File size: 759 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    .floatRight {
23        float: right;
24        .noMargin
25    }
26
27
28    .qedInfo {
29        max-width: 500px;
30    }
31
32    .qedLabel {
33        width: 150px;
34        display: inline-block;
35    }
36
37    .qedField {
38        max-width: 350px;
39        display: inline-block;
40    }
41
42    .qedField.qedFill {
43        width: 350px;
44    }
45
46    .qedFieldset {
47        margin: 1em 0px;
48        border: 1px solid grey;
49    }
50   
51}
Note: See TracBrowser for help on using the repository browser.