• File: plupload-image.css
  • Full Path: /home/mannonia/www/wp-content/themes/mannoniavocat/inc/extensions/meta-box/css/plupload-image.css
  • File size: 426 bytes
  • MIME-type: text/plain
  • Charset: utf-8
div.the7-mb-drag-drop {
	border: 4px dashed #ddd;
	height: 200px;
}

div.the7-mb-image-uploading-bar {
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
}
div.the7-mb-image-uploading-status {
	position: absolute;
}
li.the7-mb-image-error {
	border: 3px solid #c00;
	background: #903838;
}
.the7-mb-image-uploading-status .the7-mb-loader {
	width: 64px;
	height: 64px;
	top: 43px;
	left: 43px;
	position: relative;
}