diff options
| author | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-01 20:22:25 +0100 |
|---|---|---|
| committer | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-04 00:41:20 +0100 |
| commit | a3cbede680f9623c7ab4071df9abf143dec64065 (patch) | |
| tree | f3286c066271492914372f25169656e72dda5244 /budget/static/css | |
| parent | 286213026982435e6e87cdbbd5dddcd80e925b91 (diff) | |
| download | ihatemoney-mirror-a3cbede680f9623c7ab4071df9abf143dec64065.zip ihatemoney-mirror-a3cbede680f9623c7ab4071df9abf143dec64065.tar.gz ihatemoney-mirror-a3cbede680f9623c7ab4071df9abf143dec64065.tar.bz2 | |
Refactor layout based on bootstrap 4 grid
Diffstat (limited to 'budget/static/css')
| -rw-r--r-- | budget/static/css/main.css | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/budget/static/css/main.css b/budget/static/css/main.css index f3fe8a0..0a07e94 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -55,13 +55,6 @@ body { background-position: center bottom; background-repeat: no-repeat; height: 100%; - width: 230px; - padding-left: 10px; - padding-right: 20px; - padding-top: 10px; - margin-left: -20px; - margin-top: -10px; - margin-right: 15px; color: black; position: fixed; } @@ -70,13 +63,13 @@ body { #add-member-form input[type="text"] { width: 60%; } #add-member-form button { width: 35%; } -#table_overflow { overflow-y: auto; overflow-x: hidden; width: 235px; } +#table_overflow { overflow-y: auto; overflow-x: hidden;} + /* Content */ .content { - padding-top: 1em; - padding-left: 250px; + margin-top: 1rem; } /* Home */ @@ -94,7 +87,9 @@ body { height: 100px; } -#footer{ +footer{ + margin-left: -15px; + margin-right: -15px; margin-top: 30px; position: fixed; bottom: 0px; |
