changed the drag and drop image upload, closes #108

This commit is contained in:
Baris Soner Usakli
2013-07-24 15:03:49 -04:00
parent 1f8f61d1d8
commit 6865eb9f0f
2 changed files with 40 additions and 32 deletions

View File

@@ -549,26 +549,34 @@ body .navbar .nodebb-inline-block {
}
#imagedrop {
background: rgba(64, 64, 64, 0.95);
padding: 0.5em;
display: block;
width: 90%;
min-height:25px;
margin: 1em auto;
resize: none;
color:white;
font-size:20px;
div {
margin-right:10px;
}
span {
line-height:20px;
float:left;
}
button {
padding-left:5px;
}
text-align:center;
color:white;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height:230px;
line-height:230px;
font-size:20px;
vertical-align: middle;
}
#imagelist {
position: absolute;
bottom: 5px;
left: 0px;
padding-left:2em;
div {
margin-right:5px;
}
span {
line-height:20px;
float:left;
}
button {
padding-left:5px;
}
}
}
}