From b91128cc6a59f687899208f34b8d27fdfc6432ef Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 24 Mar 2012 13:26:25 -0300 Subject: [PATCH] Started note attachment changes, and text changes --- app/assets/stylesheets/common.scss | 3 --- app/views/notes/_form.html.haml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 8267a3ab..7be151e1 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1104,9 +1104,6 @@ p.time { position: absolute; width: 100%; height: 100%; - background:url('http://viget.com/uploads/image/custom-file-input.png'); - border:0; - text-indent:-9999px; } div.attachments { diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml index aa51eba2..12ffa28e 100644 --- a/app/views/notes/_form.html.haml +++ b/app/views/notes/_form.html.haml @@ -27,7 +27,7 @@ .attachments %button.file_upload.btn .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"