message if upload was successfull or not
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.dropArea:hover{
|
||||
.dropArea:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -14,38 +14,17 @@
|
||||
border-color: purple;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.myForm {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
.progresswrapper {
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.finished {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.gallery img {
|
||||
width: 150px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.button {
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
background: #ccc;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.fileElem {
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user