From 521838ace4576703aae104f793c8ab392951d26e Mon Sep 17 00:00:00 2001 From: Glandos Date: Fri, 26 Nov 2021 00:06:36 +0100 Subject: [PATCH] small css cleanup by using bootstrap classes (#945) --- 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 %}