Merge branch 'next-minor' into develop

This commit is contained in:
Benjamin Neff 2016-10-01 02:29:11 +02:00
commit fc3627d567
2 changed files with 5 additions and 0 deletions

View file

@ -29,6 +29,9 @@
padding-left: 3px;
}
}
.comment.new-comment-form-wrapper { padding-bottom: 0; }
.submit_button {
margin-top: 10px;
input {

View file

@ -188,3 +188,5 @@
input#contact_ids { box-shadow: none; }
label { font-weight: bold; }
}
.new-conversation.form-horizontal .form-group:last-of-type { margin-bottom: 0; }