0
|
1 |
.misc-pub-section.timeline-pub-section { |
|
2 |
padding-left:0; |
|
3 |
padding-right:0; |
|
4 |
} |
|
5 |
|
|
6 |
#save-loader { |
|
7 |
padding:5px; |
|
8 |
display:none; |
|
9 |
} |
|
10 |
|
|
11 |
table.fields-group { |
|
12 |
width:100%; |
|
13 |
padding:0 0 5px 0; |
|
14 |
margin:0; |
|
15 |
} |
|
16 |
table.fields-group td { |
|
17 |
padding:2px 0; |
|
18 |
width:129px; |
|
19 |
} |
|
20 |
table.fields-group label { |
|
21 |
} |
|
22 |
|
|
23 |
table.fields-group select { |
|
24 |
width:130px; |
|
25 |
} |
|
26 |
|
|
27 |
table.fields-group input[type="checkbox"] { |
|
28 |
margin-left:3px; |
|
29 |
} |
|
30 |
|
|
31 |
.timeline-help { |
|
32 |
font-size:14px; |
|
33 |
font-weight:bold; |
|
34 |
cursor:pointer; |
|
35 |
display:block; |
|
36 |
float:left; |
|
37 |
position:relative; |
|
38 |
padding:0px 5px 0px 0; |
|
39 |
} |
|
40 |
|
|
41 |
.timeline-tooltip { |
|
42 |
float:none; |
|
43 |
position:absolute; |
|
44 |
bottom:20px; |
|
45 |
left:-10px; |
|
46 |
background:#fff; |
|
47 |
width:200px; |
|
48 |
font-weight:normal; |
|
49 |
font-size:10px; |
|
50 |
border-radius:4px; |
|
51 |
background:#404040; |
|
52 |
opacity:0.9; |
|
53 |
filter:alpha(opacity=90); |
|
54 |
color:#fff; |
|
55 |
text-shadow:none; |
|
56 |
padding:5px; |
|
57 |
display:none; |
|
58 |
font-family:sans-serif; |
|
59 |
line-height:15px; |
|
60 |
} |
|
61 |
|
|
62 |
.timeline-help:hover .timeline-tooltip { |
|
63 |
display:block; |
|
64 |
} |
|
65 |
|
|
66 |
|
|
67 |
.timeline-pub-section h3 { |
|
68 |
margin-bottom:10px; |
|
69 |
} |
|
70 |
|
|
71 |
.cw-color-picker-holder { |
|
72 |
position:relative; |
|
73 |
} |
|
74 |
.cw-color-picker { |
|
75 |
display:none; |
|
76 |
background:#fafafa; |
|
77 |
position:absolute; |
|
78 |
top:0; |
|
79 |
left:0; |
|
80 |
z-index:100; |
|
81 |
border:1px solid #dddddd; |
|
82 |
} |
|
83 |
.cw-image-upload { |
|
84 |
display:block; |
|
85 |
width:258px; |
|
86 |
height:50px; |
|
87 |
border:1px solid #dddddd; |
|
88 |
} |
|
89 |
|
|
90 |
.cat-display { |
|
91 |
display:none; |
|
92 |
} |
|
93 |
|
|
94 |
.sortableItem { |
|
95 |
position:relative; |
|
96 |
display:block; |
|
97 |
border:#dfdfdf 1px solid; |
|
98 |
text-shadow:#fff 0 1px 0; |
|
99 |
-moz-box-shadow:0 1px 0 #fff; |
|
100 |
-webkit-box-shadow:0 1px 0 #fff; |
|
101 |
box-shadow:0 1px 0 #fff; |
|
102 |
border-radius:3px; |
|
103 |
} |
|
104 |
.tsort-header { |
|
105 |
font-family:Georgia,"Times New Roman", "Bitstream Charter", Times, serif; |
|
106 |
font-size:16px; |
|
107 |
cursor:move; |
|
108 |
display:block; |
|
109 |
padding:10px; |
|
110 |
background-color:#f1f1f1; |
|
111 |
background-image:-ms-linear-gradient(top,#f9f9f9,#ececec); |
|
112 |
background-image:-moz-linear-gradient(top,#f9f9f9,#ececec); |
|
113 |
background-image:-o-linear-gradient(top,#f9f9f9,#ececec); |
|
114 |
background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec)); |
|
115 |
background-image:-webkit-linear-gradient(top,#f9f9f9,#ececec); |
|
116 |
background-image:linear-gradient(top,#f9f9f9,#ececec); |
|
117 |
border-bottom:#dfdfdf 1px solid; |
|
118 |
border-radius:3px 3px 0 0; |
|
119 |
} |
|
120 |
.tsort-plus { |
|
121 |
position:absolute; |
|
122 |
display:block; |
|
123 |
padding:7px 5px; |
|
124 |
top:5px; |
|
125 |
right:7px; |
|
126 |
font-size:22px; |
|
127 |
font-weight:bold; |
|
128 |
-webkit-touch-callout: none; |
|
129 |
-webkit-user-select: none; |
|
130 |
-khtml-user-select: none; |
|
131 |
-moz-user-select: none; |
|
132 |
-ms-user-select: none; |
|
133 |
user-select: none; |
|
134 |
cursor:pointer; |
|
135 |
color:#999999; |
|
136 |
} |
|
137 |
.tsort-content { |
|
138 |
background: #f6f6f6; |
|
139 |
display:none; |
|
140 |
} |
|
141 |
.tsort-plus:hover { |
|
142 |
color:#333333; |
|
143 |
} |
|
144 |
|
|
145 |
.tsort-item, .tsort-itemopen, .tsort-dataid { |
|
146 |
padding:10px; |
|
147 |
border-bottom:#dfdfdf 1px solid; |
|
148 |
} |
|
149 |
|
|
150 |
.tsort-itemopen { |
|
151 |
border-bottom:0; |
|
152 |
border-radius:0 0 3px 3px; |
|
153 |
} |
|
154 |
|
|
155 |
.tsort-placeholder { |
|
156 |
border-radius:3px; |
|
157 |
border:#cfcfcf 1px dashed; |
|
158 |
height:40px; |
|
159 |
} |
|
160 |
|
|
161 |
.tsort-image { |
|
162 |
position:relative; |
|
163 |
overflow:hidden; |
|
164 |
height:50px; |
|
165 |
width:294px; |
|
166 |
background-color:#f1f1f1; |
|
167 |
background-image:-ms-linear-gradient(top,#f9f9f9,#ececec); |
|
168 |
background-image:-moz-linear-gradient(top,#f9f9f9,#ececec); |
|
169 |
background-image:-o-linear-gradient(top,#f9f9f9,#ececec); |
|
170 |
background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec)); |
|
171 |
background-image:-webkit-linear-gradient(top,#f9f9f9,#ececec); |
|
172 |
background-image:linear-gradient(top,#f9f9f9,#ececec); |
|
173 |
border:#dfdfdf 1px solid; |
|
174 |
border-radius:3px 3px 3px 3px; |
|
175 |
float:left; |
|
176 |
margin-right:5px; |
|
177 |
} |
|
178 |
.tsort-image img { |
|
179 |
border-right:#dfdfdf 1px solid; |
|
180 |
} |
|
181 |
a.tsort-change { |
|
182 |
position:absolute; |
|
183 |
left:252px; |
|
184 |
font-size:12px; |
|
185 |
top: 7px; |
|
186 |
text-decoration:none; |
|
187 |
padding:10px 0px; |
|
188 |
display:block; |
|
189 |
width:50px; |
|
190 |
text-align:center; |
|
191 |
-webkit-transform: rotate(90deg); |
|
192 |
-moz-transform: rotate(90deg); |
|
193 |
-o-transform: rotate(90deg); |
|
194 |
writing-mode: tb-rl; |
|
195 |
color:#999999; |
|
196 |
font-weight:bold; |
|
197 |
} |
|
198 |
|
|
199 |
a.tsort-change:hover { |
|
200 |
color:#666666; |
|
201 |
} |
|
202 |
.tsort-image:hover a.tsort-remove { |
|
203 |
display:block; |
|
204 |
} |
|
205 |
a.tsort-remove { |
|
206 |
position:absolute; |
|
207 |
left:0; |
|
208 |
top:0; |
|
209 |
opacity:0.5; |
|
210 |
filter:alpha(opacity=50); |
|
211 |
display:none; |
|
212 |
padding:3px 7px; |
|
213 |
font-size:12px; |
|
214 |
background:#000; |
|
215 |
color:#fff; |
|
216 |
text-decoration:none; |
|
217 |
text-shadow:none; |
|
218 |
} |
|
219 |
|
|
220 |
a.tsort-remove:hover { |
|
221 |
color:#fff; |
|
222 |
opacity:1.0; |
|
223 |
filter:alpha(opacity=100); |
|
224 |
|
|
225 |
} |
|
226 |
|
|
227 |
input.tsort-title { |
|
228 |
float:left; |
|
229 |
font-size:22px; |
|
230 |
margin-top:18px; |
|
231 |
width:294px; |
|
232 |
} |
|
233 |
textarea.tsort-contarea { |
|
234 |
margin-top:5px; |
|
235 |
width:100%; |
|
236 |
height:100px; |
|
237 |
resize:vertical; |
|
238 |
} |
|
239 |
|
|
240 |
#TBct_timelineSubmitLoader { |
|
241 |
margin:14px 0px; |
|
242 |
display:none; |
|
243 |
} |
|
244 |
|
|
245 |
#timelineFromPostHolder { |
|
246 |
position:relative; |
|
247 |
} |
|
248 |
#timelineFromPostLoader { |
|
249 |
position:absolute; |
|
250 |
right:10px; |
|
251 |
top:0; |
|
252 |
display:none; |
|
253 |
} |
|
254 |
|
|
255 |
#timelineFromPostComplete { |
|
256 |
overflow-x:hidden; |
|
257 |
overflow-y:scroll; |
|
258 |
height:170px; |
|
259 |
} |
|
260 |
|
|
261 |
#timelineFromPostComplete li{ |
|
262 |
margin:0; |
|
263 |
} |
|
264 |
|
|
265 |
#timelineFromPostComplete li a{ |
|
266 |
display:block; |
|
267 |
padding:5px; |
|
268 |
border-bottom:1px solid gray; |
|
269 |
text-decoration:none; |
|
270 |
} |
|
271 |
|
|
272 |
#timelineFromPostComplete li a.active { |
|
273 |
background:#21759B; |
|
274 |
color:#ffffff; |
|
275 |
} |
|
276 |
|
|
277 |
#timelineFromPostComplete li img { |
|
278 |
float:left; |
|
279 |
} |
|
280 |
|
|
281 |
#timelineFromPostComplete li a span.timelinePostCompleteName { |
|
282 |
display:block; |
|
283 |
padding:8px; |
|
284 |
} |
|
285 |
|