source: Dev/trunk/src/qed-client/css/model/widgets/ScaleWidget.less @ 443

Last change on this file since 443 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: 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.