source: Dev/trunk/src/client/qed-client/css/forms.less @ 530

Last change on this file since 530 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

File size: 925 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        text-align: right;
36        padding: 1px;
37    }
38
39    .qedField {
40        max-width: 350px;
41        display: inline-block;
42        vertical-align: top;
43        padding: 1px;
44
45        &.dijitTextArea {
46            min-height: 5em;
47        }
48    }
49
50    .qedField.qedFill {
51        width: 350px;
52    }
53
54    .qedFieldset {
55        margin: 1em 0px;
56        border: 1px solid grey;
57    }
58   
59}
Note: See TracBrowser for help on using the repository browser.