mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
changed the drag and drop image upload, closes #108
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user