Changed style button. Add margin top progress bar.

This commit is contained in:
Alessandro Cuoghi
2017-08-24 14:28:55 +02:00
committed by Senén Rodero Rodríguez
parent 1be9d40fff
commit a32849c79b
6 changed files with 57 additions and 40 deletions

View File

@@ -11,7 +11,8 @@
<%= link_to t("documents.form.add_new_document"),
new_nested_documents_path(documentable_type: resource.class.name, index: resource.documents.size),
remote: true,
id: "new_document_link" %>
id: "new_document_link",
class: "button hollow" %>
<div class="max-documents-notice callout warning text-center hide">
<%= t "documents.max_documents_allowed_reached_html" %>
</div>
@@ -21,4 +22,4 @@
</div>
<% end %>
<hr>
<hr>