render note with attachment for event

This commit is contained in:
Dmitriy Zaporozhets 2013-02-11 15:47:01 +02:00
parent ab19196391
commit 8e0b58d7e7
3 changed files with 17 additions and 0 deletions

View file

@ -52,6 +52,15 @@
padding-left: 5px;
display: inline-block;
color: #555;
.note-file-attach {
margin-left: -25px;
float: left;
.note-image-attach {
margin-left: 0px;
max-width: 200px;
}
}
}
.event-note-icon {
color: #777;

View file

@ -273,6 +273,7 @@ ul.notes {
}
.note-form-actions {
background: #F9F9F9;
height: 45px;