From 2cc6efc06752232d2e916cb4de2f30327890ca05 Mon Sep 17 00:00:00 2001 From: Alexandre Arias <apa13@inf.ufpr.br> Date: Fri, 2 Oct 2015 10:44:16 -0300 Subject: [PATCH] editing complaints style Signed-off-by: Alexandre Arias <apa13@inf.ufpr.br> --- app/views/learning_objects/_complaints_button.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/learning_objects/_complaints_button.html.erb b/app/views/learning_objects/_complaints_button.html.erb index 85b69967..9c8b5125 100644 --- a/app/views/learning_objects/_complaints_button.html.erb +++ b/app/views/learning_objects/_complaints_button.html.erb @@ -1,4 +1,4 @@ -<button type="button" class="btn btn-default btn-xs add_to_complaint" data-toggle="button" aria-pressed="false" autocomplete="off" title="Denunciar Objeto" > +<button type="button" class="btn btn-default btn-xs add_to_complaint" data-toggle="button" aria-pressed="false" autocomplete="off" title="Denunciar Objeto" border-style: "none" > <%= image_tag "icons/report-circle.png", alt: "Denunciar objeto" %> </button> -- GitLab