Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
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.