Add margin between textarea and buttons for the description when poll creation

This commit is contained in:
Marjolaine Vé 2018-03-28 22:56:51 +02:00 committed by Thomas Citharel
parent b553305a0e
commit 2fd590fad6
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 4 additions and 0 deletions

View File

@ -163,8 +163,12 @@ header form .input-group .input-group-btn {
.editor-toolbar {
margin-top: 10px;
background-color: #eee;
}
#poll_comments {
margin-top: 10px;
}
h4.control-label {
display: inline-block;