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).
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Line | |
---|
1 | |
---|
2 | .dojoxUpgradeBar { |
---|
3 | position:absolute; |
---|
4 | left:0; |
---|
5 | top:0; |
---|
6 | width:100%; |
---|
7 | height:32px; |
---|
8 | overflow:hidden; |
---|
9 | z-index:100; |
---|
10 | background:#f3f2af; |
---|
11 | box-shadow:0 2px 6px #444; |
---|
12 | -webkit-box-shadow:0 1px 6px #444; |
---|
13 | -moz-box-shadow:0 1px 6px #444; |
---|
14 | font-size:.8em; |
---|
15 | } |
---|
16 | |
---|
17 | .dj_ie .dojoxUpgradeBar { |
---|
18 | border-bottom:#665F48 2px solid; |
---|
19 | } |
---|
20 | .dojoxUpgradeBarMessage { |
---|
21 | position:absolute; |
---|
22 | padding-left:10px; |
---|
23 | top:50%; |
---|
24 | margin-top:-.75em; |
---|
25 | left:5px; |
---|
26 | width:100%; |
---|
27 | } |
---|
28 | .dojoxUpgradeBarMessage a{ |
---|
29 | margin-left:10px; |
---|
30 | } |
---|
31 | /* |
---|
32 | .dojoxUpgradeBarControls { |
---|
33 | position:absolute; |
---|
34 | right:35px; |
---|
35 | top:0; |
---|
36 | bottom:0; |
---|
37 | width:140px; |
---|
38 | text-align:right; |
---|
39 | } |
---|
40 | */ |
---|
41 | .dojoxUpgradeBarReminderButton { |
---|
42 | position:absolute; |
---|
43 | top:25%; |
---|
44 | margin-right:50px; |
---|
45 | font-size:11px; |
---|
46 | text-decoration:underline; |
---|
47 | text-align:right; |
---|
48 | cursor:pointer; |
---|
49 | right:-20px; |
---|
50 | } |
---|
51 | .dj_ie6 .dojoxUpgradeBarReminderButton { |
---|
52 | margin-top:2px; |
---|
53 | } |
---|
54 | |
---|
55 | .dojoxUpgradeBarCloseIcon { |
---|
56 | background: url("../../../dijit/themes/tundra/images/tabClose.png") no-repeat right top; |
---|
57 | position: absolute; |
---|
58 | vertical-align: middle; |
---|
59 | right: 5px; |
---|
60 | top: 30%; |
---|
61 | height: 15px; |
---|
62 | width: 15px; |
---|
63 | cursor: pointer; |
---|
64 | } |
---|
65 | .dj_ie6 .dojoxUpgradeBarCloseIcon { |
---|
66 | background : url("../../../dijit/themes/tundra/images/tabClose.gif") no-repeat right top; |
---|
67 | } |
---|
68 | .dojoxUpgradeBarCloseIcon-hover { |
---|
69 | background: url("../../../dijit/themes/tundra/images/tabCloseHover.png") no-repeat right top; |
---|
70 | } |
---|
71 | .dj_ie6 .dojoxUpgradeBarCloseIcon-hover { |
---|
72 | background : url("../../../dijit/themes/tundra/images/tabCloseHover.gif") no-repeat right top; |
---|
73 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.