style fixes to image-drop list in composer window

v1.18.x
Julian Lam 12 years ago
parent 4457228903
commit 76e7a98c88

@ -559,34 +559,36 @@ body .navbar .nodebb-inline-block {
}
#imagedrop {
text-align:center;
color:white;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height:230px;
line-height:230px;
font-size:20px;
vertical-align: middle;
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;
}
position: relative;
bottom: 40px;
width: 90%;
margin: 0 auto;
div {
margin-right:5px;
}
span {
line-height:20px;
float:left;
}
button {
padding-left:5px;
}
}
}
}

Loading…
Cancel
Save