aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/static/css')
-rw-r--r--ihatemoney/static/css/main.css19
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;