diff options
| author | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-04 00:29:10 +0100 |
|---|---|---|
| committer | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-04 00:41:28 +0100 |
| commit | fe39258630e55d4a3e1297a01a1c8fd39bad3a4e (patch) | |
| tree | 0bc8de21222aa1bb06668238104572db155daa05 /budget/static/css | |
| parent | a47d91fab96653c8cc3caa28c01fdd3ae3baae32 (diff) | |
| download | ihatemoney-mirror-fe39258630e55d4a3e1297a01a1c8fd39bad3a4e.zip ihatemoney-mirror-fe39258630e55d4a3e1297a01a1c8fd39bad3a4e.tar.gz ihatemoney-mirror-fe39258630e55d4a3e1297a01a1c8fd39bad3a4e.tar.bz2 | |
Adapt list bills view to bootstrap 4
- modal classes and hierarchy changed since BS2
- striped tables are now handled by css3 pseudo-class rather than classes
- fix placement/alignment for the button and comment above the table
Diffstat (limited to 'budget/static/css')
| -rw-r--r-- | budget/static/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/budget/static/css/main.css b/budget/static/css/main.css index 8d73e70..eded897 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -121,6 +121,11 @@ footer{ float: right; } +#new-bill, .identifier { + margin-top: 16px; + margin-bottom: 16px; +} + .password-reminder{ float: right; margin-right: 20px; |
