aboutsummaryrefslogtreecommitdiff
path: root/budget/static
diff options
context:
space:
mode:
authorJocelyn Delande <jocelyn@crapouillou.net>2015-08-22 10:49:35 +0200
committerJocelyn Delande <jocelyn@crapouillou.net>2016-06-15 10:20:37 +0200
commit64c2cd56dfb58ef78936d39b2e71640cd631653e (patch)
treed321075a19c9121828798fd5a12b9e43c7586442 /budget/static
parent1147f2ece8eaa868f5f0b89da583d03560ec23ee (diff)
downloadihatemoney-mirror-64c2cd56dfb58ef78936d39b2e71640cd631653e.zip
ihatemoney-mirror-64c2cd56dfb58ef78936d39b2e71640cd631653e.tar.gz
ihatemoney-mirror-64c2cd56dfb58ef78936d39b2e71640cd631653e.tar.bz2
display an edit button on members list
Diffstat (limited to 'budget/static')
-rw-r--r--budget/static/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/budget/static/css/main.css b/budget/static/css/main.css
index 2b74dc0..143ce8b 100644
--- a/budget/static/css/main.css
+++ b/budget/static/css/main.css
@@ -176,6 +176,11 @@ tr.payer_line .balance-name{
color: red;
}
+.edit button, .edit button:hover {
+ background: url('../images/edit.png') left no-repeat;
+
+}
+
.reactivate button, .reactivate button:hover {
background: url('../images/reactivate.png') left no-repeat;
color: white;