root / trunk / web / dojo / dojox / layout / resources / GridContainer.css @ 12
History | View | Annotate | Download (2.6 KB)
1 | 9 | andrej.cim | |
---|---|---|---|
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(../../mdnd/../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 | .dndCover2{
|
||
43 | z-index: 10001; |
||
44 | } |
||
45 | .dragNode{
|
||
46 | z-index:10000; |
||
47 | cursor:move; |
||
48 | } |
||
49 | .dragHandle{
|
||
50 | cursor:move; |
||
51 | } |
||
52 | .dropIndicator{
|
||
53 | position:relative; |
||
54 | height:50px; |
||
55 | border:1px dashed #FFF; |
||
56 | } |
||
57 | .dropIndicator > div{ |
||
58 | position:absolute; |
||
59 | left:0;top:0;right:0;bottom:0; |
||
60 | background-color:#000; |
||
61 | opacity:0.17; |
||
62 | filter:alpha(opacity=17); |
||
63 | -khtml-opacity:0.17; |
||
64 | -moz-opacity:0.17; |
||
65 | } |
||
66 | .dj_ie6 .dropIndicator div{ |
||
67 | position:relative; |
||
68 | height:100%; |
||
69 | background-color:#000; |
||
70 | filter:alpha(opacity=17); |
||
71 | } |
||
72 | .dj_ie6 .dropIndicator{ |
||
73 | _margin:10px; |
||
74 | } |
||
75 | .dndCover{
|
||
76 | background-image:url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D); |
||
77 | position:absolute; |
||
78 | left:0; |
||
79 | top:0; |
||
80 | width:100%; |
||
81 | height:1000px; |
||
82 | z-index:9999; |
||
83 | cursor:move; |
||
84 | } |
||
85 | .dj_ie6 .orange .dndCover, .dj_ie7 .orange .dndCover{ |
||
86 | background-image:url(../../mdnd/../images/oaf/pixel.gif); |
||
87 | } |
||
88 | .orange .dndCover2{ |
||
89 | z-index: 10001; |
||
90 | } |
||
91 | .dj_ie6 .gridContainer *{ |
||
92 | zoom:1; |
||
93 | } |
||
94 | .gridContainer{
|
||
95 | display:block; |
||
96 | position:relative; |
||
97 | background:#FFF; |
||
98 | margin:0; |
||
99 | width:100%; |
||
100 | |||
101 | height:auto; |
||
102 | overflow-y:auto; |
||
103 | overflow-x:hidden !important; |
||
104 | } |
||
105 | |||
106 | .gridContainerTable{
|
||
107 | width:100%; |
||
108 | border:1px solid #BFBFBF; |
||
109 | } |
||
110 | .gridContainerTable tbody, .gridContainerTable tr{ |
||
111 | height:100%; |
||
112 | } |
||
113 | .gridContainerZone{
|
||
114 | vertical-align:top; |
||
115 | background-color:#FDFDFD; |
||
116 | height:100%; |
||
117 | } |
||
118 | .gridContainerZone .serviceWidgetTitleText h2{ |
||
119 | position:relative; |
||
120 | } |
||
121 | .gridContainerGrip{
|
||
122 | cursor:default; |
||
123 | position:absolute; |
||
124 | top:0; |
||
125 | width:10px; |
||
126 | padding:0; |
||
127 | margin:0; |
||
128 | background-image:url(icons/pixel.gif); |
||
129 | height:100%; |
||
130 | } |
||
131 | |||
132 | .gridContainerGripShow{
|
||
133 | cursor:e-resize; |
||
134 | position:absolute; |
||
135 | top:0; |
||
136 | width:10px; |
||
137 | padding:0; |
||
138 | margin:0; |
||
139 | background-image:url(icons/gridcontainer_grip.gif); |
||
140 | height:100%; |
||
141 | } |
||
142 | .dropIndicator{
|
||
143 | border:2px dashed #BFBFBF; |
||
144 | } |
||
145 | .dropIndicator > div{ |
||
146 | background-color:#FFF; |
||
147 | } |
||
148 | .dj_ie6 .dropIndicator, |
||
149 | .dj_ie6 .dijitContentPane, |
||
150 | .dj_ie6 .dojoxPortlet, .dj_ie6 .dijitTitlePane{ |
||
151 | margin: 10px; |
||
152 | } |
||
153 | .gridContainerZone > *{ |
||
154 | margin: 10px !important; |
||
155 | } |