soter/soter/static/assets/css/style.css

32 lines
471 B
CSS

.drop-box {
background: #F8F8F8;
border: 5px dashed #DDD;
width: 200px;
height: 65px;
text-align: center;
padding-top: 25px;
margin: 10px;
}
.dragover {
border: 5px dashed blue;
}
.resized {
max-height: 200px;
max-width: 200px;
}
.overlay {
position: absolute;
width: 100%;
bottom: 1px;
}
/*.overlay {*/
/*position: absolute;*/
/*top: 100%;*/
/*left: 0;*/
/*width: 100%;*/
/*height:auto;*/
/*}*/