Skip to content

Commit

Permalink
small css cleanup by using bootstrap classes (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos committed Nov 25, 2021
1 parent e929181 commit 521838a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions ihatemoney/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ihatemoney/templates/list_bills.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 521838a

Please sign in to comment.