diff --git a/files/assets/css/light.scss b/files/assets/css/light.scss
index e4ed41cfb..fc3d85c88 100644
--- a/files/assets/css/light.scss
+++ b/files/assets/css/light.scss
@@ -2985,6 +2985,7 @@ body, #settings, #notifications, #submit{
#thread .voting {
min-width: 0;
margin-right: 0;
+ margin-top: 0;
}
.voting {
diff --git a/files/assets/css/main.scss b/files/assets/css/main.scss
index b84ee7053..ee965312a 100644
--- a/files/assets/css/main.scss
+++ b/files/assets/css/main.scss
@@ -3025,6 +3025,7 @@ body, #settings, #notifications, #submit {
#thread .voting {
min-width: 0;
margin-right: 0;
+ margin-top: 0;
}
.voting {
diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index 84c5dad35..62d21f01c 100644
--- a/files/templates/authforms.html
+++ b/files/templates/authforms.html
@@ -14,10 +14,10 @@
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/default.html b/files/templates/default.html
index 2995f6416..adcb97ca1 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -247,10 +247,10 @@
{% block stylesheets %}
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}
diff --git a/files/templates/log.html b/files/templates/log.html
index 0e13a3572..19d42461b 100644
--- a/files/templates/log.html
+++ b/files/templates/log.html
@@ -16,10 +16,10 @@
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html
index f1b906e53..7d1203e2d 100644
--- a/files/templates/login.html
+++ b/files/templates/login.html
@@ -15,7 +15,7 @@
-
+
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html
index b7b8c9a1d..c3bc85467 100644
--- a/files/templates/login_2fa.html
+++ b/files/templates/login_2fa.html
@@ -13,7 +13,7 @@
-
+
diff --git a/files/templates/settings.html b/files/templates/settings.html
index 4e1e24a9c..88c2bec97 100644
--- a/files/templates/settings.html
+++ b/files/templates/settings.html
@@ -71,8 +71,8 @@
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index 3d9fb7a55..868db33f3 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -39,9 +39,9 @@
{% if v %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html
index 9f4f16fae..8b84a64bb 100644
--- a/files/templates/sign_up.html
+++ b/files/templates/sign_up.html
@@ -35,7 +35,7 @@
-
+
diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html
index 26b4b7b76..3fd13f15e 100644
--- a/files/templates/sign_up_failed_ref.html
+++ b/files/templates/sign_up_failed_ref.html
@@ -30,7 +30,7 @@
-
+
diff --git a/files/templates/submit.html b/files/templates/submit.html
index 32ba522c2..8982a4b1e 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -24,10 +24,10 @@
{% block stylesheets %}
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% endblock %}
diff --git a/files/templates/userpage.html b/files/templates/userpage.html
index 8cb4b05d1..fd46bd2d1 100644
--- a/files/templates/userpage.html
+++ b/files/templates/userpage.html
@@ -3,10 +3,10 @@
{% if u and u.profilecss %}
{% block stylesheets %}
{% if v %}
-
- {% if v.agendaposter %}{% elif v.css %}{% endif %}
+
+ {% if v.agendaposter %}{% elif v.css %}{% endif %}
{% else %}
-
+
{% endif %}
{% if u and u.profilecss %}