Upload drop area improved.

This commit is contained in:
Gunther Brunner
2014-04-03 19:55:47 +09:00
parent 797b1152a3
commit b01e901ffc
4 changed files with 478 additions and 17 deletions

View File

@@ -19,5 +19,28 @@
}
.stf-upload .drop-area {
text-align: center;
color: #b7b7b7;
/*height: 100px;*/
padding: 10px;
border: 3px #ccc dashed;
/*color: #aaa;*/
border-radius: 3px;
background-color: #f6f6f6;
cursor: pointer;
}
.stf-upload .drop-area .drop-area-text {
/*min-height: 130px;*/
font-size: 18px;
}
.stf-upload .dragover {
/*color: #157afb !important;*/
border-color: #157afb !important;
}
.stf-upload .upload-status {
margin-top: 15px;
}