Last change
on this file was
506,
checked in by hendrikvanantwerpen, 11 years ago
|
- Added subcodes to schema and config widgets.
- Disallow empty strings in schema and strip objects before sending them
to the server.
- Finally managed proper change events in lists and complexvalues.
|
File size:
688 bytes
|
Line | |
---|
1 | #rft.claro .qedScaleWidget { |
---|
2 | table { |
---|
3 | text-align: center; |
---|
4 | } |
---|
5 | th { |
---|
6 | font-weight: normal; |
---|
7 | } |
---|
8 | .subcode { |
---|
9 | .dijitTextBox { |
---|
10 | width: 4em; |
---|
11 | } |
---|
12 | } |
---|
13 | .item { |
---|
14 | text-align: left; |
---|
15 | min-width: 10em; |
---|
16 | max-width: 15em; |
---|
17 | } |
---|
18 | .minLabel { |
---|
19 | text-align: right; |
---|
20 | padding-left: 2em; |
---|
21 | } |
---|
22 | .min { |
---|
23 | .dijitTextBox { |
---|
24 | width: 4em; |
---|
25 | } |
---|
26 | } |
---|
27 | .max { |
---|
28 | .dijitTextBox { |
---|
29 | width: 4em; |
---|
30 | } |
---|
31 | } |
---|
32 | .maxLabel { |
---|
33 | text-align: left; |
---|
34 | padding-right: 2em; |
---|
35 | } |
---|
36 | .na { |
---|
37 | text-align: center; |
---|
38 | } |
---|
39 | |
---|
40 | .dijitTextBox { |
---|
41 | width: 10em; |
---|
42 | } |
---|
43 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.