Commit 0f4d0e4f authored by Serge S. Koval's avatar Serge S. Koval

Minor style updates

parent 5d7e5100
......@@ -19,7 +19,6 @@ form.icon button {
a.icon {
text-decoration: none;
color: black;
}
/* Model search form */
......
......@@ -20,7 +20,6 @@ form.icon button {
a.icon, button span.glyphicon {
text-decoration: none;
margin-left: 10px;
color: black;
}
/* Model search form */
......@@ -45,9 +44,11 @@ form.search-form div input {
table.filters {
border-collapse: collapse;
border-spacing: 4px;
margin: 12px 0px 20px 0px;
}
table.filters:not(:empty) {
margin: 12px 0px 20px 0px;
}
table.filters tr td {
padding-right: 5px;
......@@ -70,6 +71,7 @@ table.flters tr td:nth-child(2){
margin-bottom: 0;
display: block;
text-align: left;
text-decoration: none;
}
.filters .remove-filter
......
......@@ -50,7 +50,7 @@
{%- endif -%}
</td>
</tr>
{% endfor %}
{%- endfor -%}
</table>
</form>
<div class="clearfix"></div>
......
......@@ -48,7 +48,7 @@
{% endif %}
{% block model_list_table %}
<table class="table table-striped table-bordered model-list">
<table class="table table-striped table-bordered table-hover model-list">
<thead>
<tr>
{% block list_header scoped %}
......
......@@ -50,7 +50,7 @@
{%- endif -%}
</td>
</tr>
{% endfor %}
{%- endfor -%}
</table>
</form>
<div class="clearfix"></div>
......
......@@ -48,7 +48,7 @@
{% endif %}
{% block model_list_table %}
<table class="table table-striped table-bordered model-list">
<table class="table table-striped table-bordered table-hover model-list">
<thead>
<tr>
{% block list_header scoped %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment