ancimage_type.css 722 Bytes
.ancimage {
	/*display:table;*/
/*	background-color: #6A6D6D;*/
	margin: 0px;
	padding: 0px;
}

.ancimage > div {
	/*width: 50%;*/
	/*float:	left;*/
	
}

.ancimage > .ancimage-dropzone {
	/*width:150px;*/
	/*height: 100%;*/
	min-height: 100px;
/*	min-width: 100px;*/
	min-width: 90%;
	text-align: center;
	background-color: white;
	color: #6A6D6D;
	margin:0px;
	margin-top:1px;
	padding:10px;
}	
.ancimage > .ancimage-dropzone > div.preview-database-image {
	color: #6A6D6D;
}
.ancimage > .ancimage-dropzone > .preview-database-image {
	text-align: center;
}

.ancimage > .ancimage-dropzone > img,
.ancimage > .ancimage-dropzone > .preview-database-image > img {
	/*width:200px;*/
	max-width: 125px;
	max-height: 150px;
}