mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Started note attachment changes, and text changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user