Commit 194467b8 authored by Steven Verbeek's avatar Steven Verbeek

Started note attachment changes, and text changes

parent 46605c91
...@@ -1115,4 +1115,8 @@ p.time { ...@@ -1115,4 +1115,8 @@ p.time {
height: 30px; height: 30px;
overflow:hidden; overflow:hidden;
} }
label.large {
width:160px;
}
} }
\ No newline at end of file
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
.span4 .span4
%h5 Attachment: %h5 Attachment:
.clearfix .clearfix
= f.label :attachment, "Any file less then 10 MB"
.attachments .attachments
%button.file_upload %button.file_upload.btn
.input= f.file_field :attachment, :class => "input-file" .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" = f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment