remove notify checkboxes from note forms

This commit is contained in:
Dmitriy Zaporozhets 2013-03-28 15:39:18 +02:00
parent 70947fedda
commit 5ad4be295f
5 changed files with 12 additions and 30 deletions

View file

@ -274,6 +274,15 @@ ul.notes {
}
.common-note-form {
margin: 0;
height: 140px;
background: #F9F9F9;
padding: 3px;
padding-bottom: 25px;
border: 1px solid #DDD;
}
.note-form-actions {
background: #F9F9F9;
@ -281,8 +290,8 @@ ul.notes {
padding: 0 5px;
.note-form-option {
margin-top: 8px;
margin-left: 15px;
margin-top: 10px;
margin-left: 30px;
@extend .pull-left;
}