From 488ae1aa712b784a77aa3cbc0b9c854620746547 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 6 Dec 2021 17:57:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20simplify=20.form-download=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/prolefeeder.css | 12 +++++------- templates/download.html | 4 +--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/static/prolefeeder.css b/static/prolefeeder.css index 578a44e..04349ae 100644 --- a/static/prolefeeder.css +++ b/static/prolefeeder.css @@ -15,16 +15,14 @@ body { background-color: #B0C4DE; } -.container .form-download { - background-color: #f5f5f5; - box-shadow: 5px 5px 5px grey; - border-radius: 3px; -} - -.form-download { +#form-download { width: 100%; max-width: 20rem; margin: 0 auto; padding: 2rem; + + background-color: #f5f5f5; + box-shadow: 5px 5px 5px grey; + border-radius: 3px; } diff --git a/templates/download.html b/templates/download.html index b131e1d..4808744 100644 --- a/templates/download.html +++ b/templates/download.html @@ -19,8 +19,7 @@ {% block app_content %} -
-
+

Sendungsmitschnitt herunterladen

@@ -68,7 +67,6 @@ {{ form.submit(class_="btn btn-primary btn-block mt-4") }} -
{% endblock %}