Skip to content
Snippets Groups Projects
Commit a08630c2 authored by Alexandre Peres Arias's avatar Alexandre Peres Arias
Browse files

edit complaints popver style

parent 78fc0d6b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
<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>
......
......@@ -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" >
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment