Started note attachment changes, and text changes
This commit is contained in:
parent
fb4c033aeb
commit
e5fa0bb127
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue