diff --git a/smdb/smdb/static/css/map_compilation_filter.css b/smdb/smdb/static/css/map_compilation_filter.css index 982a4dc4..6bbed18d 100644 --- a/smdb/smdb/static/css/map_compilation_filter.css +++ b/smdb/smdb/static/css/map_compilation_filter.css @@ -5,8 +5,7 @@ html, #map_compilation_filter { width: 100%; - height: 85%; - margin-left: 3rem; + top: 200px; } th, td { diff --git a/smdb/smdb/static/css/map_expedition_filter.css b/smdb/smdb/static/css/map_expedition_filter.css index 3a9ac724..074609a4 100644 --- a/smdb/smdb/static/css/map_expedition_filter.css +++ b/smdb/smdb/static/css/map_expedition_filter.css @@ -3,9 +3,9 @@ margin-right: 20px; } */ html, -#map_expedition_filter { +div#map_expedition_filter { width: 100%; - height: 85%; + top: 200px; } th, td { diff --git a/smdb/smdb/static/css/map_mission_filter.css b/smdb/smdb/static/css/map_mission_filter.css index 64733156..22e54ec1 100644 --- a/smdb/smdb/static/css/map_mission_filter.css +++ b/smdb/smdb/static/css/map_mission_filter.css @@ -1,7 +1,7 @@ html, #map_mission_filter { width: 100%; - height: 85%; + top: 200px; } th, td { diff --git a/smdb/smdb/static/js/SliderControl.js b/smdb/smdb/static/js/SliderControl.js index 7ea0af6e..91f74827 100644 --- a/smdb/smdb/static/js/SliderControl.js +++ b/smdb/smdb/static/js/SliderControl.js @@ -89,7 +89,7 @@ L.Control.SliderControl = L.Control.extend({ "" + '
' + '
' + - '
' + + '
' + "
" + '
' + '
' + @@ -98,7 +98,7 @@ L.Control.SliderControl = L.Control.extend({ "
" + "
" + '
' + - '
' + + '
' + "
" + "
" ); diff --git a/smdb/smdb/templates/smdb/compilation_filter.html b/smdb/smdb/templates/smdb/compilation_filter.html index 25d97feb..dfe87c4e 100644 --- a/smdb/smdb/templates/smdb/compilation_filter.html +++ b/smdb/smdb/templates/smdb/compilation_filter.html @@ -5,7 +5,7 @@ {% block css %} {{ block.super }} - + {% endblock %} @@ -28,7 +28,7 @@ {% endblock %} {% block content %} -

Compilations

+

Compilations

{% if filter %} {% crispy filter.form filter.form.helper %} {% endif %} diff --git a/smdb/smdb/templates/smdb/expedition_filter.html b/smdb/smdb/templates/smdb/expedition_filter.html index 3910d688..81521440 100644 --- a/smdb/smdb/templates/smdb/expedition_filter.html +++ b/smdb/smdb/templates/smdb/expedition_filter.html @@ -5,7 +5,7 @@ {% block css %} {{ block.super }} - + {% endblock %} @@ -28,7 +28,7 @@ {% endblock %} {% block content %} -

Expeditions

+

Expeditions

{% if filter %} {% crispy filter.form filter.form.helper %} {% endif %} diff --git a/smdb/smdb/templates/smdb/mission_filter.html b/smdb/smdb/templates/smdb/mission_filter.html index c6fa4e8e..b5f1392b 100644 --- a/smdb/smdb/templates/smdb/mission_filter.html +++ b/smdb/smdb/templates/smdb/mission_filter.html @@ -28,7 +28,7 @@ {% endblock %} {% block content %} -

Missions

+

Missions

{% if filter %} {% crispy filter.form filter.form.helper %} {% endif %} diff --git a/smdb/smdb/templates/smdb_tables2_bootstrap4.html b/smdb/smdb/templates/smdb_tables2_bootstrap4.html index 9d270d2f..aa4067fa 100644 --- a/smdb/smdb/templates/smdb_tables2_bootstrap4.html +++ b/smdb/smdb/templates/smdb_tables2_bootstrap4.html @@ -1,7 +1,7 @@ {% load django_tables2 %} {% load i18n %} {% block table-wrapper %} -
+
{% block pagination_top %}