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
	display: -moz-inline-box; /* FF < 3*/
11
	display: inline-block;
12
	font: normal 12px sans-serif;
13
	text-decoration: none;
14
    color: #42454a;
15
    border: 1px solid #bababa;
16
    padding: 2px 8px 3px 20px;
17
	margin-right: 4px;
18
    background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
19
	outline: 0;
20
 
21
    /* Optional rounded corners for browsers that support it */
22
    -moz-border-radius: 3px;
23
    -khtml-border-radius: 3px;
24
    -webkit-border-radius: 3px;
25
    border-radius: 3px;
26
}
27
 
28
.plupload_button:hover {
29
	color: #000;
30
	text-decoration: none;
31
}
32
 
33
.plupload_disabled, a.plupload_disabled:hover {
34
    color: #737373;
35
    border-color: #c5c5c5;
36
    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
37
	cursor: default;
38
}
39
 
40
.plupload_add {
41
	background-position: -181px center;
42
}
43
 
44
.plupload_wrapper {
45
	font: normal 11px Verdana,sans-serif;
46
	width: 100%;
47
}
48
 
49
.plupload_container {
50
	padding: 8px;
51
	background: url('../img/transp50.png');
52
	/*-moz-border-radius: 5px;*/
53
}
54
 
55
.plupload_container input {
56
	border: 1px solid #DDD;
57
	font: normal 11px Verdana,sans-serif;
58
	width: 98%;
59
}
60
 
61
.plupload_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x;}
62
.plupload_header_content {
63
	background: url('../img/backgrounds.gif') no-repeat 0 -317px;
64
	min-height: 56px;
65
	padding-left: 60px;
66
	color: #FFF;
67
}
68
.plupload_header_title {
69
	font: normal 18px sans-serif;
70
	padding: 6px 0 3px;
71
}
72
.plupload_header_text {
73
	font: normal 12px sans-serif;
74
}
75
 
76
.plupload_filelist {
77
	margin: 0;
78
	padding: 0;
79
	list-style: none;
80
}
81
 
82
.plupload_scroll .plupload_filelist {
83
	height: 185px;
84
	background: #F5F5F5;
85
	overflow-y: scroll;
86
}
87
 
88
.plupload_filelist li {
89
	padding: 10px 8px;
90
	background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
91
	border-bottom: 1px solid #DDD;
92
}
93
 
94
.plupload_filelist_header, .plupload_filelist_footer {
95
	background: #DFDFDF;
96
	padding: 8px 8px;
97
	color: #42454A;
98
}
99
.plupload_filelist_header {
100
	border-top: 1px solid #EEE;
101
	border-bottom: 1px solid #CDCDCD;
102
}
103
 
104
.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
105
.plupload_file_name {float: left; overflow: hidden}
106
.plupload_file_status {color: #777;}
107
.plupload_file_status span {color: #42454A;}
108
.plupload_file_size, .plupload_file_status, .plupload_progress {
109
	float: right;
110
	width: 80px;
111
}
112
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
113
 
114
.plupload_filelist .plupload_file_name {
115
	width: 205px;
116
	white-space: nowrap;
117
	text-overflow: ellipsis;
118
}
119
 
120
.plupload_file_action {
121
	float: right;
122
	width: 16px;
123
	height: 16px;
124
	margin-left: 15px;
125
}
126
 
127
.plupload_file_action * {
128
	display: none;
129
	width: 16px;
130
	height: 16px;
131
}
132
 
133
li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
134
li.plupload_done {color:#AAA}
135
 
136
li.plupload_delete a {
137
	background: url('../img/delete.gif');
138
}
139
 
140
li.plupload_failed a {
141
	background: url('../img/error.gif');
142
	cursor: default;
143
}
144
 
145
li.plupload_done a {
146
	background: url('../img/done.gif');
147
	cursor: default;
148
}
149
 
150
.plupload_progress, .plupload_upload_status {
151
	display: none;
152
}
153
 
154
.plupload_progress_container {
155
	margin-top: 3px;
156
	border: 1px solid #CCC;
157
	background: #FFF;
158
	padding: 1px;
159
}
160
.plupload_progress_bar {
161
	width: 0px;
162
	height: 7px;
163
	background: #CDEB8B;
164
}
165
 
166
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
167
	margin-right: 17px;
168
}
169
 
170
/* Floats */
171
 
172
.plupload_clear,.plupload_clearer {clear: both;}
173
.plupload_clearer, .plupload_progress_bar {
174
	display: block;
175
	font-size: 0;
176
	line-height: 0;
177
}
178
 
179
li.plupload_droptext {
180
	background: transparent;
181
	text-align: center;
182
	vertical-align: middle;
183
	border: 0;
184
	line-height: 165px;
185
}