Started note attachment changes, and text changes

This commit is contained in:
Steven Verbeek 2012-03-24 13:19:20 -03:00
parent 46605c9175
commit 194467b8f8
2 changed files with 6 additions and 2 deletions

View File

@ -1115,4 +1115,8 @@ p.time {
height: 30px;
overflow:hidden;
}
label.large {
width:160px;
}
}

View File

@ -24,10 +24,10 @@
.span4
%h5 Attachment:
.clearfix
= f.label :attachment, "Any file less then 10 MB"
.attachments
%button.file_upload
%button.file_upload.btn
.input= f.file_field :attachment, :class => "input-file"
= f.label.large :attachment, "Any file less then 10 MB"
= f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"