Started note attachment changes, and text changes
This commit is contained in:
parent
fb4c033aeb
commit
e5fa0bb127
|
@ -1102,18 +1102,15 @@ p.time {
|
||||||
|
|
||||||
.file_upload {
|
.file_upload {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
right:14px;
|
||||||
height: 100%;
|
top:7px;
|
||||||
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.attachments {
|
div.attachments {
|
||||||
position:relative;
|
position:relative;
|
||||||
width: 100px;
|
width: 350px;
|
||||||
height: 30px;
|
height: 40px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
label.large {
|
|
||||||
width:160px;
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -24,10 +24,11 @@
|
||||||
.span8
|
.span8
|
||||||
%h5 Attachment:
|
%h5 Attachment:
|
||||||
.clearfix
|
.clearfix
|
||||||
.attachments
|
.attachments.breadcrumb
|
||||||
%button.file_upload.btn "Upload File"
|
%span.file_name File name...
|
||||||
|
%button.file_upload.btn.primary Upload File
|
||||||
.input= f.file_field :attachment, :class => "input-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"
|
= f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"
|
||||||
|
|
Loading…
Reference in a new issue