small css cleanup by using bootstrap classes (#945)

This commit is contained in:
Glandos 2021-11-26 00:06:36 +01:00 committed by GitHub
parent e929181128
commit 521838ace4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -128,14 +128,6 @@ body {
}
}
#add-member-form {
padding-top: 1em;
padding-bottom: 1em;
}
#add-member-form input[type="text"] {
width: 60%;
}
#table_overflow {
overflow-y: auto;
overflow-x: hidden;

View file

@ -40,7 +40,7 @@
{% block sidebar %}
<div class="sidebar_content">
<form id="add-member-form" action="{{ url_for(".add_member") }}" method="post">
<form id="add-member-form" action="{{ url_for(".add_member") }}" method="post" class="py-3">
{{ forms.add_member(member_form) }}
</form>