From 6234880ed62710fc84f8f030dcada6bd3ae227ce Mon Sep 17 00:00:00 2001 From: Glandos Date: Thu, 25 Nov 2021 14:40:22 +0100 Subject: [PATCH] small css cleanup by using bootstrap classes --- ihatemoney/static/css/main.css | 8 -------- ihatemoney/templates/list_bills.html | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index debd87a5..57b18f58 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -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; diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 61420d51..5ef22736 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -40,7 +40,7 @@ {% block sidebar %}