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:
618 bytes
|
Line | |
---|
1 | /* main classes for dojox.widget.Toaster */ |
---|
2 | |
---|
3 | .dijitToasterContent { |
---|
4 | padding:1em; |
---|
5 | padding-top:0.25em; |
---|
6 | background:#73c74a; |
---|
7 | } |
---|
8 | |
---|
9 | .dijitToasterMessage{ |
---|
10 | color:#fff; |
---|
11 | } |
---|
12 | |
---|
13 | .dijitToasterWarning{ } |
---|
14 | .dijitToasterError, |
---|
15 | .dijitToasterFatal{ |
---|
16 | font-weight:bold; |
---|
17 | color:#fff; |
---|
18 | } |
---|
19 | |
---|
20 | .dijitToasterWarning .dijitToasterContent{ |
---|
21 | background:#d4d943; |
---|
22 | } |
---|
23 | |
---|
24 | .dijitToasterError .dijitToasterContent{ |
---|
25 | background:#c46600; |
---|
26 | } |
---|
27 | |
---|
28 | /* imported from dijit.css */ |
---|
29 | |
---|
30 | .dijitToasterClip { |
---|
31 | position: absolute; |
---|
32 | z-index: 5000; |
---|
33 | overflow: hidden; |
---|
34 | } |
---|
35 | |
---|
36 | .dijitToasterContainer { |
---|
37 | display: block; |
---|
38 | position: absolute; |
---|
39 | width: 17.5em; |
---|
40 | margin: 0px; |
---|
41 | font:0.75em; |
---|
42 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.