diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 8667f231..acc95a1a 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; diff --git a/ihatemoney/static/images/gradient.png b/ihatemoney/static/images/gradient.png deleted file mode 100644 index d627fecc..00000000 Binary files a/ihatemoney/static/images/gradient.png and /dev/null differ diff --git a/ihatemoney/static/images/hand-holding-heart.svg b/ihatemoney/static/images/hand-holding-heart.svg new file mode 100644 index 00000000..65ee45e7 --- /dev/null +++ b/ihatemoney/static/images/hand-holding-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index c00105ba..89f65e72 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -129,17 +129,17 @@