Commit b91128cc authored by Steven Verbeek's avatar Steven Verbeek

Started note attachment changes, and text changes

parent 194467b8
...@@ -1104,9 +1104,6 @@ p.time { ...@@ -1104,9 +1104,6 @@ p.time {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
background:url('http://viget.com/uploads/image/custom-file-input.png');
border:0;
text-indent:-9999px;
} }
div.attachments { div.attachments {
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
.attachments .attachments
%button.file_upload.btn %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" %label.large{:for => "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