View file ajax/newModal/foto/inc_upload/style.css

File size: 606B
#upload{
	background: #5b7ea2;
	border-bottom-color: #53779f;
	border-left-color: #557aa4;
	border-right-color: #5479a3;
	border-top-color: #6188b4;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #45688E;
	padding:7px;
	width: 120px;
	text-align: center;
	margin: auto;
	border-radius: 2px;
	-moz-border-radius: 2px; 
}


.dcms-upload-body
{
	width: 570px;
	text-align: center;
	padding: 15px;
}

ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ }
ul#files li img{ max-width:160px; max-height:150px; }
.success{}
.error{ background:#f0c6c3; border:1px solid #cc6622; }