upload.css 1.1 KB
.uploadify-queue-item {
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 11px Verdana,Geneva,sans-serif;
  margin-top: 5px;
  max-width: 370px;
  padding: 10px;
}

.uploadify-queue-item .cancel a {
  background: url('../images/uploadify-cancel.png') 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}

.uploadify-progress-bar {
  background-color: #09F;
  height: 3px;
  width: 1px;
}

.uploadItemBox{
	width: 150px;
	height: 150px;
	border: solid 1px gray;
	background-color: white;
}

.uploaderButtonLabel {
  background-color: #5a7bc2;
  padding: 5px 15px;
  color: white;
  padding: 6px 0px;
  font-size: 40%;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 300px;
  margin: 20px auto 0px auto;
  box-shadow: 2px 2px 2px #888888;
}

.buttonText{
	background-color: #0046aa;
	color: white;
	text-align: center;
	box-shadow: 2px 2px 2px #888888;
	font-weight: bold;
}