aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/plupload.css
blob: b1f3ae2da8cc2cd33721cd83c0ac0b8afff50992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.attach-panel-multi {
	display: none;
	margin-bottom: 1em;
}

.attach-row-tpl {
	display: none;
}

.file-list td {
	vertical-align: middle;
}

.attach-name {
	width: 50%;
}

.attach-comment {
	width: 30%;
}

.attach-comment .inputbox {
	resize: vertical;
	width: 100%;
}

.attach-filesize {
	width: 15%;
}

.attach-status {
	width: 5%;
}

.attach-filesize, .attach-status {
	text-align: center;
}

.attach-controls {
	display: inline-block;
	float: right;
}

.nojs .file-inline-bbcode {
	display: none;
}

.file-total-progress {
	height: 2px;
	display: block;
	position: relative;
	margin: 4px -10px -6px -10px;
}

.file-progress {
	background-color: #CCCCCC;
	display:inline-block;
	height: 8px;
	width: 50px;
}

.file-progress-bar, .file-total-progress-bar {
	background-color: green;
	display: block;
	height: 100%;
	width: 0;
}

.file-status.file-working {
	background: url('./images/plupload/throbber.gif');
}

.file-status.file-uploaded {
	background: url('./images/plupload/done.gif');
}

.file-status.file-error {
	background: url('./images/plupload/error.gif');
}

.file-status {
	display: inline-block;
	height: 16px;
	width: 16px;
}

.file-name {
	max-width: 65%;
	vertical-align: bottom;
}