Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
694 steven 1
/*
2
   Plupload
3
------------------------------------------------------------------- */
4
 
5
.plupload_wrapper * {
6
	box-sizing: content-box;
7
}
8
 
9
.plupload_button {
10
	cursor: pointer;
11
	outline: none;
12
}
13
 
14
.plupload_wrapper {
15
	font: normal 11px Verdana,sans-serif;
16
	width: 100%;
17
	line-height: 12px;
18
}
19
 
20
.plupload_container {
21
	width: 100%;
22
}
23
 
24
.plupload_filelist_footer {border-width: 1px 0 0 0}
25
.plupload_file {border-width: 0 0 1px 0}
26
.plupload_container .plupload_header {border-width: 0 0 1px 0; position: relative;}
27
 
28
.plupload_delete .ui-icon,
29
.plupload_done .ui-icon,
30
.plupload_failed .ui-icon {
31
	cursor:pointer;
32
}
33
 
34
.plupload_header_content {
35
    height: 42px;
36
    padding: 0 162px 0 59px;
37
    position: relative;
38
}
39
 
40
.plupload_logo {
41
    width: 18px;
42
    height: 18px;
43
    position: absolute;
44
    top: 10px;
45
    left: 10px;
46
    font-size: 18px;
47
    cursor: pointer;
48
}
49
 
50
.plupload_header_content_bw .plupload_logo {
51
	background-position: -40px 0;
52
}
53
 
54
.plupload_header_title {
55
    padding: 13px 0 3px;
56
    font-weight: 500;
57
    font-size: 19px;
58
}
59
 
60
.plupload_header_text {
61
	font: normal 12px sans-serif;
62
}
63
 
64
.plupload_view_switch {
65
	position: absolute;
66
	right: 16px;
67
	bottom: 2px;
68
	margin: 0;
69
	display: none;
70
}
71
 
72
.plupload_view_switch .ui-button {
73
	margin-right: -0.31em;
74
}
75
 
76
.plupload_content {
77
	position: absolute;
78
	top: 118px;
79
	bottom: 44px;
80
	left: 0;
81
	right: 0;
82
	overflow-y: auto;
83
	width: 100%;
84
}
85
 
86
.plupload_filelist {
87
	border-collapse: collapse;
88
	margin: 0;
89
	padding: 0;
90
	width: 100%;
91
	-moz-user-select: none;
92
	-webkit-user-select: none;
93
	user-select: none;
94
    border: 1px solid rgb(230, 230, 230)/*{borderColorHeader}*/;
95
}
96
 
97
.plupload_filelist_content {
98
	padding: 0;
99
	margin: 0;
100
}
101
 
102
.plupload_cell {padding: 8px 6px;}
103
 
104
.plupload_file {
105
	list-style: none;
106
	display: block;
107
	position: relative;
108
	overflow: hidden;
109
	line-height: 12px;
110
}
111
 
112
.plupload_file_thumb {
113
	position: relative;
114
	background-image: none;
115
	background-color: #eee;
116
}
117
 
118
.plupload_thumb_loading {
119
	background: #eee url(../img/loading.gif) center no-repeat;
120
}
121
 
122
.plupload_thumb_loading .plupload_file_dummy,
123
.plupload_thumb_embedded .plupload_file_dummy {
124
	display: none;
125
}
126
 
127
.plupload_file_name {
128
	overflow: hidden;
129
	text-overflow: ellipsis;
130
	white-space: nowrap;
131
}
132
 
133
.plupload_filelist_header {
134
	border-top: none;
135
}
136
 
137
.plupload_filelist_footer {
138
	position: absolute;
139
	bottom: 0;
140
	left: 0;
141
	right: 0;
142
}
143
 
144
.plupload_buttons {
145
	position: relative;
146
}
147
 
148
/* list view */
149
.plupload_view_list .plupload_file {
150
	border-left: none;
151
	border-right: none;
152
	border-top: none;
153
	height: 29px;
154
	width: 100% !important;
155
	/* fix IE6 vertical white-space bug */
156
	_float: left;
157
	_clear: left;
158
}
159
 
160
.plupload_view_list div.plupload_file_size,
161
.plupload_view_list div.plupload_file_status,
162
.plupload_view_list div.plupload_file_action {
163
	padding: 8px 6px;
164
	position: absolute;
165
	top: 0;
166
	right: 0;
167
}
168
 
169
.plupload_view_list div.plupload_file_name {
170
	margin-right: 156px;
171
	padding: 8px 6px;
172
	_width: 75%;
173
}
174
 
175
.plupload_view_list div.plupload_file_size {
176
	right: 28px;
177
}
178
 
179
.plupload_view_list div.plupload_file_status {
180
	right: 82px;
181
}
182
 
183
.plupload_view_list .plupload_file_rename {
184
	margin-left: -2px;
185
}
186
 
187
.plupload_view_list .plupload_file_size,
188
.plupload_view_list .plupload_file_status,
189
.plupload_filelist_footer .plupload_file_size,
190
.plupload_filelist_footer .plupload_file_status {
191
	text-align: right;
192
	width: 52px;
193
}
194
 
195
.plupload_view_list .plupload_file_thumb {
196
	position: absolute;
197
	top: -999px;
198
}
199
 
200
.plupload_view_list .plupload_file_progress {
201
	display: none;
202
}
203
 
204
 
205
/* thumbs view */
206
.plupload_view_thumbs .plupload_content {
207
	/*top: 57px;*/
208
}
209
 
210
.plupload_view_thumbs .plupload_filelist_header {
211
	display: none;
212
}
213
 
214
.plupload_view_thumbs .plupload_file {
215
    padding: 5px;
216
    margin: 9px;
217
    border: 1px solid #fff;
218
    float: left;
219
}
220
 
221
 
222
 
223
.plupload_view_thumbs .plupload_file_thumb,
224
.plupload_view_thumbs .plupload_file_dummy {
225
	text-align: center;
226
	overflow: hidden;
227
}
228
 
229
.plupload_view_thumbs .plupload_file_dummy {
230
	font-size: 21px;
231
	font-weight: bold;
232
	text-transform: lowercase;
233
	overflow: hidden;
234
	border: none;
235
	position: absolute;
236
	top: 0;
237
	left: 0;
238
	width: 100%;
239
	height: 100%;
240
}
241
 
242
.plupload_view_thumbs div.plupload_file_action {
243
	position: absolute;
244
	top: 0;
245
	right: 0;
246
}
247
 
248
.plupload_view_thumbs div.plupload_file_name {
249
	padding: 0;
250
	font-weight: bold;
251
}
252
 
253
.plupload_view_thumbs .plupload_file_rename {
254
	padding: 1px 0;
255
	width: 100% !important;
256
}
257
 
258
.plupload_view_thumbs div.plupload_file_size {
259
	font-size: 0.8em;
260
	font-weight: normal;
261
}
262
 
263
.plupload_view_thumbs div.plupload_file_status {
264
	position: relative;
265
	height: 3px;
266
	overflow: hidden;
267
	text-indent: -999px;
268
	margin-bottom: 3px;
269
}
270
 
271
.plupload_view_thumbs div.plupload_file_progress {
272
	border: none;
273
	height: 100%;
274
}
275
 
276
.plupload .ui-sortable-helper,
277
.plupload .ui-sortable .plupload_file {
278
	cursor:move;
279
}
280
 
281
.plupload_file_action {width: 16px;}
282
.plupload_file_name {
283
	overflow: hidden;
284
}
285
 
286
.plupload_file_rename {
287
	border: none;
288
	font: normal 11px Verdana, sans-serif;
289
	padding: 1px 2px;
290
	line-height: 11px;
291
	height: 11px;
292
}
293
.plupload_started{margin-top: 32px}
294
.plupload_progress {width: 60px;margin-right: 10px;}
295
.plupload_progress_container {padding: 1px;}
296
 
297
 
298
/* Floats */
299
 
300
.plupload_right {float: right;}
301
.plupload_left {float: left;}
302
.plupload_clear,.plupload_clearer {clear: both;}
303
.plupload_clearer, .plupload_progress_bar {
304
	display: block;
305
	font-size: 0;
306
	line-height: 0;
307
}
308
.plupload_clearer {height: 0;}
309
 
310
/* Misc */
311
.plupload_hidden {display: none !important;}
312
 
313
.plupload_droptext {
314
	position: absolute;
315
	top: 0;
316
	left: 0;
317
	right: 0;
318
	bottom: 0;
319
	background: transparent;
320
	text-align: center;
321
	vertical-align: middle;
322
	border: 0;
323
	line-height: 160px;
324
	display: none;
325
}
326
 
327
.plupload_dropbox .plupload_droptext {
328
	display: block;
329
}
330
 
331
.plupload_buttons, .plupload_upload_status {float: left}
332
 
333
.plupload_message {
334
	position: absolute;
335
	top: -1px;
336
	left: -1px;
337
	height: 100%;
338
	width: 100%;
339
}
340
 
341
.plupload_message p {
342
	padding:0.7em;
343
	margin:0;
344
}
345
 
346
.plupload_message strong {
347
	font-weight: bold;
348
}
349
 
350
.plupload_message i {
351
	font-style: italic;
352
}
353
 
354
.plupload_message p span.ui-icon {
355
	float: left;
356
	margin-right: 0.3em;
357
}
358
 
359
.plupload_header_content .ui-state-error,
360
.plupload_header_content .ui-state-highlight {
361
	border:none;
362
}
363
 
364
.plupload_message_close {
365
	position:absolute;
366
	top:5px;
367
	right:5px;
368
	cursor:pointer;
369
}
370
 
371
.plupload .ui-sortable-placeholder {
372
	height:35px;
373
}