💄 simplify .form-download css
This commit is contained in:
parent
88d4ed2c8c
commit
488ae1aa71
2 changed files with 6 additions and 10 deletions
|
@ -15,16 +15,14 @@ body {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .form-download {
|
#form-download {
|
||||||
background-color: #f5f5f5;
|
|
||||||
box-shadow: 5px 5px 5px grey;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-download {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 20rem;
|
max-width: 20rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
box-shadow: 5px 5px 5px grey;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,8 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
{% block app_content %}
|
{% block app_content %}
|
||||||
<div class="container">
|
<form id="form-download" method="post" role="form" novalidate>
|
||||||
<form class="form-download" method="post" role="form" novalidate>
|
|
||||||
|
|
||||||
<div class="text-center mb-4">
|
<div class="text-center mb-4">
|
||||||
<h1 class="h3 mb-3 font-weight-normal">Sendungsmitschnitt herunterladen</h1>
|
<h1 class="h3 mb-3 font-weight-normal">Sendungsmitschnitt herunterladen</h1>
|
||||||
|
@ -68,7 +67,6 @@
|
||||||
{{ form.submit(class_="btn btn-primary btn-block mt-4") }}
|
{{ form.submit(class_="btn btn-primary btn-block mt-4") }}
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue