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:
1.6 KB
|
Line | |
---|
1 | /**********************************oaf.base.dnd************************************/ |
---|
2 | .dragNode{ |
---|
3 | z-index:10000; |
---|
4 | cursor:move; |
---|
5 | } |
---|
6 | .dragHandle{ |
---|
7 | cursor:move; |
---|
8 | } |
---|
9 | .dropIndicator{ |
---|
10 | position:relative; |
---|
11 | height:50px; |
---|
12 | border:1px dashed #FFF; |
---|
13 | } |
---|
14 | .dropIndicator > div{ |
---|
15 | position:absolute; |
---|
16 | left:0;top:0;right:0;bottom:0; |
---|
17 | background-color:#000; |
---|
18 | opacity:0.17; |
---|
19 | filter:alpha(opacity=17); |
---|
20 | -khtml-opacity:0.17; |
---|
21 | -moz-opacity:0.17; |
---|
22 | } |
---|
23 | .dj_ie6 .dropIndicator div{ |
---|
24 | position:relative; |
---|
25 | height:100%; |
---|
26 | background-color:#000; |
---|
27 | filter:alpha(opacity=17); |
---|
28 | } |
---|
29 | .dj_ie6 .dropIndicator{ |
---|
30 | _margin:10px; |
---|
31 | } |
---|
32 | .dndCover{ |
---|
33 | background-image:url(../../layout/resources/icons/pixel.gif); |
---|
34 | position:absolute; |
---|
35 | left:0; |
---|
36 | top:0; |
---|
37 | width:100%; |
---|
38 | height:1000px; |
---|
39 | z-index:9999; |
---|
40 | cursor:move; |
---|
41 | } |
---|
42 | |
---|
43 | .dndCover2{ |
---|
44 | z-index: 10001; |
---|
45 | } |
---|
46 | .dragNode{ |
---|
47 | z-index:10000; |
---|
48 | cursor:move; |
---|
49 | } |
---|
50 | .dragHandle{ |
---|
51 | cursor:move; |
---|
52 | } |
---|
53 | .dropIndicator{ |
---|
54 | position:relative; |
---|
55 | height:50px; |
---|
56 | border:1px dashed #FFF; |
---|
57 | } |
---|
58 | .dropIndicator > div{ |
---|
59 | position:absolute; |
---|
60 | left:0;top:0;right:0;bottom:0; |
---|
61 | background-color:#000; |
---|
62 | opacity:0.17; |
---|
63 | filter:alpha(opacity=17); |
---|
64 | -khtml-opacity:0.17; |
---|
65 | -moz-opacity:0.17; |
---|
66 | } |
---|
67 | .dj_ie6 .dropIndicator div{ |
---|
68 | position:relative; |
---|
69 | height:100%; |
---|
70 | background-color:#000; |
---|
71 | filter:alpha(opacity=17); |
---|
72 | } |
---|
73 | .dj_ie6 .dropIndicator{ |
---|
74 | _margin:10px; |
---|
75 | } |
---|
76 | .dndCover{ |
---|
77 | background-image:url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D); |
---|
78 | position:absolute; |
---|
79 | left:0; |
---|
80 | top:0; |
---|
81 | width:100%; |
---|
82 | height:1000px; |
---|
83 | z-index:9999; |
---|
84 | cursor:move; |
---|
85 | } |
---|
86 | |
---|
87 | .dj_ie6 .orange .dndCover, .dj_ie7 .orange .dndCover{ |
---|
88 | background-image:url(../../images/oaf/pixel.gif); |
---|
89 | } |
---|
90 | |
---|
91 | .orange .dndCover2{ |
---|
92 | z-index: 10001; |
---|
93 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.