mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
small css cleanup by using bootstrap classes (#945)
This commit is contained in:
parent
e929181128
commit
521838ace4
2 changed files with 1 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue