diff --git a/playlist/static/style.css b/playlist/static/style.css
index b5d850d..5442288 100644
--- a/playlist/static/style.css
+++ b/playlist/static/style.css
@@ -24,6 +24,10 @@ body {
left: 0;
width: calc(100% - 6px);
}
+
+ #main-window > .window-body {
+ min-height: calc(100vh - 42px);
+ }
}
input[type=submit] {
@@ -47,7 +51,7 @@ input#spotify-input + input[type=submit]{
}
.tree-view.overview {
- height: 400px;
+ height: 384px;
overflow-y: scroll;
}
diff --git a/playlist/templates/Base.html b/playlist/templates/Base.html
index e599c71..fe582b6 100644
--- a/playlist/templates/Base.html
+++ b/playlist/templates/Base.html
@@ -19,7 +19,7 @@
-
+
Stemmen
@@ -33,8 +33,37 @@
Instellingen
+ {% block multi-row %}{% endblock %}
+ {% if message_type %}
+
+
+ {% endif %}
{% block main-content %}{% endblock %}
diff --git a/playlist/templates/Nominate.html b/playlist/templates/Nominate.html
index 35b580e..d83c4f8 100644
--- a/playlist/templates/Nominate.html
+++ b/playlist/templates/Nominate.html
@@ -11,42 +11,6 @@ Nomineren
-{% if nominated or error or warning %}
-
-
-{% endif %}
{% endblock %}
{% block status-bar%}
diff --git a/playlist/templates/Overview.html b/playlist/templates/Overview.html
index d50326c..ccdfdd0 100644
--- a/playlist/templates/Overview.html
+++ b/playlist/templates/Overview.html
@@ -4,6 +4,17 @@
Overzicht
{% endblock %}
+{% block multi-row %}
+
+
+ Tracks
+
+
+ Playlists
+
+
+{% endblock %}
+
{% block main-content %}
Onderstaand alle nummers waar je al op gestemd hebt.
diff --git a/playlist/templates/Popup.html b/playlist/templates/Popup.html
index 548d590..f343991 100644
--- a/playlist/templates/Popup.html
+++ b/playlist/templates/Popup.html
@@ -1,31 +1,17 @@
{% load static %}
-
\ No newline at end of file
diff --git a/playlist/templates/Settings.html b/playlist/templates/Settings.html
index 93da805..64a34ac 100644
--- a/playlist/templates/Settings.html
+++ b/playlist/templates/Settings.html
@@ -24,7 +24,7 @@ Instellingen
{% else %}
-