source:
Dev/trunk/client/qed/css/model/widgets/ScaleWidget.less
@
434
Last change on this file since 434 was 434, checked in by hendrikvanantwerpen, 12 years ago | |
---|---|
File size: 386 bytes |
Line | |
---|---|
1 | #rft.claro .qedScaleWidget { |
2 | table { |
3 | text-align: center; |
4 | } |
5 | th { font-weight: normal; } |
6 | .item { |
7 | text-align: left; |
8 | min-width: 10em; |
9 | max-width: 15em; |
10 | } |
11 | .min { text-align: right; padding-left: 2em; } |
12 | .max { text-align: left; padding-right: 2em; } |
13 | .na { text-align: center; } |
14 | |
15 | .dijitTextBox { |
16 | width: 10em; |
17 | } |
18 | } |
Note: See TracBrowser
for help on using the repository browser.