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

Minor style updates

parent 5d7e5100
...@@ -19,7 +19,6 @@ form.icon button { ...@@ -19,7 +19,6 @@ form.icon button {
a.icon { a.icon {
text-decoration: none; text-decoration: none;
color: black;
} }
/* Model search form */ /* Model search form */
......
...@@ -20,7 +20,6 @@ form.icon button { ...@@ -20,7 +20,6 @@ form.icon button {
a.icon, button span.glyphicon { a.icon, button span.glyphicon {
text-decoration: none; text-decoration: none;
margin-left: 10px; margin-left: 10px;
color: black;
} }
/* Model search form */ /* Model search form */
...@@ -45,9 +44,11 @@ form.search-form div input { ...@@ -45,9 +44,11 @@ form.search-form div input {
table.filters { table.filters {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 4px; border-spacing: 4px;
margin: 12px 0px 20px 0px;
} }
table.filters:not(:empty) {
margin: 12px 0px 20px 0px;
}
table.filters tr td { table.filters tr td {
padding-right: 5px; padding-right: 5px;
...@@ -70,6 +71,7 @@ table.flters tr td:nth-child(2){ ...@@ -70,6 +71,7 @@ table.flters tr td:nth-child(2){
margin-bottom: 0; margin-bottom: 0;
display: block; display: block;
text-align: left; text-align: left;
text-decoration: none;
} }
.filters .remove-filter .filters .remove-filter
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
{%- endif -%} {%- endif -%}
</td> </td>
</tr> </tr>
{% endfor %} {%- endfor -%}
</table> </table>
</form> </form>
<div class="clearfix"></div> <div class="clearfix"></div>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
{% endif %} {% endif %}
{% block model_list_table %} {% 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> <thead>
<tr> <tr>
{% block list_header scoped %} {% block list_header scoped %}
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
{%- endif -%} {%- endif -%}
</td> </td>
</tr> </tr>
{% endfor %} {%- endfor -%}
</table> </table>
</form> </form>
<div class="clearfix"></div> <div class="clearfix"></div>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
{% endif %} {% endif %}
{% block model_list_table %} {% 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> <thead>
<tr> <tr>
{% block list_header scoped %} {% 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