Project

General

Profile

Download (4.86 KB) Statistics
| Branch: | Revision:
1
/* 
2
   Plupload
3
------------------------------------------------------------------- */
4

    
5
.plupload {
6
		
7
}
8
.plupload_button {
9
	display: -moz-inline-box; /* FF < 3*/
10
	display: inline-block;
11
  	margin-left:2px;
12
   /* background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;*/
13
 /*  background: url("/stabile/static/gfx/upload_buttons.png") no-repeat  #39B54A;*/
14
	outline: 0;
15
}
16

    
17
.plupload_buttons a,
18
.plupload_buttons a:visited,
19
.plupload_buttons a:hover,
20
.plupload_buttons a:active {
21
	color:#FFF;	
22
}
23

    
24
.plupload_button:hover,
25
.plupload_button:active {
26
	color:#FFF;
27
	/*text-decoration: none;
28
	border-color:#84C187; */
29
}
30

    
31
.plupload_disabled, 
32
a.plupload_disabled:hover {
33
   /* color: #bababa!important;*/
34
    /* border-color: #e3e3e3;
35
   background: #ededed url("/stabile/static/gfx/upload_buttons_disabled.png") no-repeat 0 -3px;*/
36
	cursor: default;
37

    
38
}
39

    
40
.plupload_add {
41
	background-position: -181px -3px;
42
}
43

    
44
.plupload_add:hover {
45
	background-position: -181px -33px;	
46
}
47

    
48
.plupload_buttons {
49
	float:right;
50
/*	margin-top:20px;
51
	margin-right:-10px; */
52
}
53
.dj_ie6 .plupload_buttons {
54
	margin-right:0;	
55
}
56
.plupload_start {
57
	background-position:0 -3px;	
58
}
59

    
60
.plupload_start:hover{
61
	background-position:0 -33px;	
62
}
63
.plupload_wrapper {
64
/*	font: normal 11px  helvetica, arial, sans-serif; */
65
	width: 100%;
66
}
67

    
68
.plupload_container {
69
	/*padding: 8px;*/
70
	/*border:2px solid #e8e8e8;*/
71
	/*background: url('../img/transp50.png');*/
72
	/*-moz-border-radius: 5px;*/
73
}
74

    
75
.plupload_container input {
76
	border: 1px solid #DDD;
77
/*	font: normal 11px  helvetica, arial, sans-serif; */
78
	width: 98%;
79
}
80

    
81
.plupload_header {
82
	/*background: #2A2C2E url('../img/backgrounds.gif') repeat-x;*/
83
	background:none transparent;
84
	/*padding: 4px 0;*/
85
}
86
.plupload_header_content {
87
	/*background: url('../img/backgrounds.gif') no-repeat 0 -317px;*/
88
	background: none #FFF;
89
	/*min-height: 56px;*/
90
	padding-left: 0;/*60px*/
91
	color: #474747;
92
}
93
.plupload_header_title {
94
    font-size: 18px;
95
	/* font: normal 18px helvetica, arial, sans-serif;*
96
	/*padding: 6px 0 3px;*/
97
}
98
.plupload_header_text {
99
	font-size: 13px;
100
	padding:0 0 4px;
101
}
102

    
103
.plupload_filelist {
104
	margin: 0;
105
	padding: 0;
106
	list-style: none;
107
	border-width: 0 2px;
108
	border-color: #e8e8e8;
109
	border-style: solid;
110
}
111

    
112
.plupload_scroll .plupload_filelist {
113
	height: 224px;
114
	/*background: #F5F5F5;*/
115
	background:#FFF;
116
	overflow-y: scroll;
117
}
118

    
119
.plupload_filelist li {
120
	padding: 10px 8px;
121
	background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
122
	border-bottom: 1px solid #DDD;
123
}
124

    
125
.plupload_filelist_header, 
126
.plupload_filelist_footer {
127
	background: #F4f4f4;
128
	padding: 8px 8px;
129
	color: #474747;
130
}
131
.plupload_filelist_header {	
132
	border: 2px solid #E8e8e8;
133
	/*border-bottom: 1px solid #CDCDCD;*/
134
}
135

    
136
.plupload_filelist_footer {
137
	border: 2px solid #E8e8e8; 
138
/*	height: 22px;
139
	line-height: 20px; */
140
	vertical-align: middle;
141
}
142

    
143
.dj_ie6 .plupload_filelist_footer {
144
	border: 2px solid #E8e8e8; 
145
	height: auto; 
146
	line-height: auto; 
147
	vertical-align: auto;
148
}
149

    
150
.plupload_file_name {float: left; overflow: hidden}
151
.plupload_file_status {color: #777;}
152
.plupload_file_status span {color: #42454A;}
153
.plupload_file_size, .plupload_file_status, .plupload_progress {
154
	float: right;
155
	width: 80px;
156
}
157
#imagespane .plupload_progress {
158
    float:left;
159
    margin-top: 6px;
160
    position: absolute;
161
    left:180px;
162
}
163

    
164
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
165

    
166
.plupload_filelist .plupload_file_name {width: 205px}
167

    
168
.plupload_file_action {
169
	float: right;
170
	width: 16px;
171
	height: 16px;
172
	margin-left: 15px;
173
    margin-top: 2px;
174
}
175

    
176
.plupload_file_action * {
177
	display: none;
178
	width: 16px;
179
	height: 16px;
180
}
181

    
182
li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
183
li.plupload_done {color:#AAA}
184

    
185
li.plupload_delete a {
186
	background: url("/stabile/static/gfx/remove.png");
187
}
188

    
189
li.plupload_failed a {
190
	background: url("/stabile/static/gfx/warning.png");
191
	cursor: default;
192
}
193

    
194
li.plupload_done a {
195
	background: url("/stabile/static/gfx/selected.png");
196
	cursor: default;
197
}
198

    
199
.plupload_progress, .plupload_upload_status {
200
	display: none;
201
}
202

    
203
.plupload_progress_container {
204
	margin-top: 3px;
205
	border: 1px solid #CCC;
206
	background: #FFF;
207
	padding: 1px;
208
}
209

    
210
.plupload_progress_bar {
211
	width: 0px;
212
	height: 8px;
213
	/*background: url("/stabile/static/gfx/buttonbgdark.png") repeat-x scroll 0 50% #39B54A;*/
214
	background: url("/stabile/static/gfx/progress_large.png") repeat-x scroll 0 -2px #39B54A;
215
}
216

    
217
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
218
	margin-right: 17px;
219
}
220

    
221
/* Floats */
222
.plupload_clear,.plupload_clearer {clear: both;}
223
.plupload_clearer, .plupload_progress_bar {
224
	display: block;
225
	font-size: 0;
226
	line-height: 0;	
227
}
228

    
229
.plupload_clearer {
230
	font-size:1px;	
231
}
232
li.plupload_droptext {
233
	background: transparent;
234
	text-align: center;
235
	vertical-align: middle;
236
	border: 0;
237
	line-height: 165px;
238
}
239

    
240
.dragdrop_active {
241
    border: 2px solid #5bc0de;
242
}
(11-11/14)