Upload area now shows area well on device screen.

This commit is contained in:
Gunther Brunner
2014-04-03 20:12:11 +09:00
parent 7543649d70
commit 8584daaa71
3 changed files with 32 additions and 33 deletions

View File

@@ -21,23 +21,18 @@
.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;
}