View file bb3-mobi/theme/plupload.css

File size: 833B
#attach-panel-multi {
	display: none;
	margin-bottom: 1em;
}

#file-list .file-status {
	vertical-align: middle;
}

.attach-name {
	width: 50%;
}

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

#attach-row-tpl,
.nojs .file-inline-bbcode {
	display: none;
}

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

.file-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;
}