diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index db2bf47b6a8af6e73f92fb88e2d9c28c7fcf5285..509b150c2d92c94db8eb765ec58da6eb4ccb9cdc 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -69,6 +69,16 @@ a, a:focus, a:hover { } +.popover-title { + background-color: #2178f5; + align-content: center; + font-style: oblique; + font: bold; + font-size: 150%; + color: white; + +} + //// HEADER header { border: 0; diff --git a/app/views/learning_objects/_complaints_button.html.erb b/app/views/learning_objects/_complaints_button.html.erb index 33b197016ea744c20722b43f6e510c18c90d9bbd..85b699673c926dee107c2dbf767a5433653fc483 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" > <%= image_tag "icons/report-circle.png", alt: "Denunciar objeto" %> </button> diff --git a/app/views/learning_objects/_complaints_form.html.erb b/app/views/learning_objects/_complaints_form.html.erb index 185205ded8a273704982a21dde1157f23076d475..d31d12c6172a907ea0e9a9c2a73889b2908099c6 100644 --- a/app/views/learning_objects/_complaints_form.html.erb +++ b/app/views/learning_objects/_complaints_form.html.erb @@ -2,9 +2,11 @@ <%= form_tag(:action => "report_object", :method => "get") do %> <fieldset> -<!-- Exemplo com Radio button --> + <div class="ls-label " align="center"> - <p><b>Escolha a razão da denúncia:</b></p> + + <h4 class="ls-title-4"><p><b>Escolha a razão da denúncia:</b></p></h4> + <br><br> <div class="checkbox"> <input type="checkbox" name="message" > diff --git a/app/views/learning_objects/show.html.erb b/app/views/learning_objects/show.html.erb index 1fc280b1029161e5e61a4a201dc8fb7924243c82..fa1d7e4a4b6cd0b7f88c5ce29ea746404cb61e37 100644 --- a/app/views/learning_objects/show.html.erb +++ b/app/views/learning_objects/show.html.erb @@ -80,7 +80,7 @@ <div class="col-md-3 action"></div> <div class="col-md-3 action"> - + <%= render "learning_objects/complaints_button" %> <h6>denunciar objeto</h6> </div>