Started note attachment changes, and text changes

This commit is contained in:
Steven Verbeek 2012-03-24 13:40:21 -03:00
parent fb4c033aeb
commit e5fa0bb127
2 changed files with 9 additions and 11 deletions

View file

@ -1102,18 +1102,15 @@ p.time {
.file_upload {
position: absolute;
width: 100%;
height: 100%;
right:14px;
top:7px;
height: 30px;
}
div.attachments {
position:relative;
width: 100px;
height: 30px;
width: 350px;
height: 40px;
overflow:hidden;
}
label.large {
width:160px;
}
}

View file

@ -24,10 +24,11 @@
.span8
%h5 Attachment:
.clearfix
.attachments
%button.file_upload.btn "Upload File"
.attachments.breadcrumb
%span.file_name File name...
%button.file_upload.btn.primary Upload File
.input= f.file_field :attachment, :class => "input-file"
%label.large{:for => "attachment"} "Any file less then 10 MB"
%span Any file less then 10 MB
= f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"