@ -4,10 +4,13 @@
@import "home_index";
html, body {
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 160px;
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p, div, img, a {
margin: 0;
@ -364,6 +367,9 @@ nav {
background: #364347;
color: white;
text-align: center;
position: absolute;
width: 100%;
bottom: 0px;
p {
margin-top: 10px;
@ -406,6 +412,12 @@ nav {
@media (max-width: 991px) {
.footer {
.caret {
margin-left: 1px;
@ -413,12 +425,6 @@ nav {
padding-left: 4px;
padding-right: 4px;
.table{
width: auto;
white-space: normal;
display:block;
overflow-x: auto;
@media (max-width: 767px) {
@ -448,6 +454,12 @@ nav {
@media (min-width: 1092px) and (max-width: 1199px) {
@ -37,7 +37,9 @@
</a>
</div>
{% endif %}
<br />
<div class="clearfix"></div>
<div class="container-table">
<table class="table table-striped table-hover table-link-ordering">
@ -63,14 +63,18 @@
{% endfor %}
{% endblock detail_content %}
<div class="actions btn-group pull-right btn-group-lg" role="group">
{% if view.detail_set_create_url %}
<a href="{{ view.detail_set_create_url }}" class="btn btn-default">
{% blocktrans with verbose_name=view.verbose_name_set %} Adicionar {{ verbose_name }} {% endblocktrans %}
{% block more_buttons %}{% endblock more_buttons %}
{% if not rows %}
<p>{{ NO_ENTRIES_MSG }}</p>