Add margin between textarea and buttons for the description when poll creation
This commit is contained in:
parent
b553305a0e
commit
2fd590fad6
@ -163,8 +163,12 @@ header form .input-group .input-group-btn {
|
|||||||
|
|
||||||
|
|
||||||
.editor-toolbar {
|
.editor-toolbar {
|
||||||
|
margin-top: 10px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
#poll_comments {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
h4.control-label {
|
h4.control-label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user