source:
Dev/trunk/src/client/dojox/widget/Loader/Loader.css
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 376 bytes |
Line | |
---|---|
1 | .dojoxLoaderPointer { |
2 | position:absolute; |
3 | z-index:999; |
4 | } |
5 | |
6 | .dojoxLoader { |
7 | float:right; |
8 | position:fixed; |
9 | height:25px; |
10 | width:100px; |
11 | top:0; |
12 | right:0; |
13 | padding:3px; |
14 | border:1px solid #ccc; |
15 | background:#fff; |
16 | min-width:42px; |
17 | } |
18 | |
19 | .dojoxLoaderIcon { |
20 | height:22px; width:22px; |
21 | vertical-align:middle; |
22 | } |
23 | |
24 | .dojoxLoaderMessage { |
25 | font:8pt Arial,san-serif; |
26 | color:#666; |
27 | } |
Note: See TracBrowser
for help on using the repository browser.