aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/static/css')
-rw-r--r--ihatemoney/static/css/main.css44
1 files changed, 43 insertions, 1 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css
index fe8eec2..7d91c38 100644
--- a/ihatemoney/static/css/main.css
+++ b/ihatemoney/static/css/main.css
@@ -326,7 +326,8 @@ footer .footer-left {
}
#bill_table,
-#monthly_stats {
+#monthly_stats,
+#history_table {
margin-top: 30px;
margin-bottom: 30px;
}
@@ -363,6 +364,36 @@ footer .footer-left {
background: url("../images/see.png") no-repeat right;
}
+.history_icon > .delete,
+.history_icon > .add,
+.history_icon > .edit {
+ font-size: 0px;
+ display: block;
+ width: 16px;
+ height: 16px;
+ margin: 2px;
+ margin-right: 10px;
+ margin-top: 3px;
+ float: left;
+}
+
+.history_icon > .delete {
+ background: url("../images/delete.png") no-repeat right;
+}
+
+.history_icon > .edit {
+ background: url("../images/edit.png") no-repeat right;
+}
+
+.history_icon > .add {
+ background: url("../images/add.png") no-repeat right;
+}
+
+.history_text {
+ display: table-cell;
+}
+
+
.balance .balance-value {
text-align: right;
}
@@ -518,12 +549,23 @@ footer .icon svg {
fill: white;
}
+.icon.icon-red {
+ fill: #dc3545;
+}
+.btn:hover .icon.icon-red {
+ fill: white !important;
+}
+
/* align the first column */
#monthly_stats tr *:first-child {
text-align: right;
width: 200px;
}
+#history_warnings {
+ margin-top: 30px;
+}
+
/* edit settings */
.edit-project form {