diff options
| author | Brice Maron <brice@bmaron.net> | 2019-08-31 22:54:23 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2019-09-06 22:00:39 +0200 |
| commit | 9c9832704d67ccca11830cfaab886cf7f2fdcf0e (patch) | |
| tree | 8fae0760a8306cb41404db107f75d4d133976096 /ihatemoney/static/css/main.css | |
| parent | a467f463725d407a2517bd8e54f17c834a843d80 (diff) | |
| download | ihatemoney-mirror-9c9832704d67ccca11830cfaab886cf7f2fdcf0e.zip ihatemoney-mirror-9c9832704d67ccca11830cfaab886cf7f2fdcf0e.tar.gz ihatemoney-mirror-9c9832704d67ccca11830cfaab886cf7f2fdcf0e.tar.bz2 | |
bill list: add placeholder and disable add bill when no members
Diffstat (limited to 'ihatemoney/static/css/main.css')
| -rw-r--r-- | ihatemoney/static/css/main.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 8667f23..acc95a1 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -157,6 +157,20 @@ body { color: black; } +.empty-bill { + margin-top: 5rem !important; + +} +.empty-bill .card { + border: 0; +} + +.empty-bill .hand-holding-heart svg { + fill: lightgray; + height: 5em; + width: 5em; +} + .invites textarea { width: 800px; height: 100px; @@ -258,7 +272,6 @@ footer .footer-left { #new-bill { margin-top: 30px; - margin-bottom: 30px; } /* Avoid text color flickering when it loose focus as the modal appears */ @@ -295,6 +308,10 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } +#bill_table { + margin-top: 30px; +} + .project-actions > .delete, .project-actions > .edit { font-size: 0px; |
