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