aboutsummaryrefslogtreecommitdiff
path: root/budget/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'budget/static/css/main.css')
-rw-r--r--budget/static/css/main.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/budget/static/css/main.css b/budget/static/css/main.css
index 0174af2..ebfa67c 100644
--- a/budget/static/css/main.css
+++ b/budget/static/css/main.css
@@ -182,17 +182,22 @@ tr.payer_line .balance-name{
opacity: 0.6;
text-align: center;
}
-.action a, .action a:hover {
- height: 16px;
- padding-left: 20px;
+.action form {
+ margin: 0;
+ padding: 0;
+}
+.action button, .action button:hover {
+ width: auto;
+ margin: 0;
+ padding: 0 0 0 20px;
}
-.delete a, .delete a:hover {
+.delete button, .delete button:hover {
background: url('images/deleter.png') left no-repeat;
color: red;
}
-.reactivate a, .reactivate a:hover {
+.reactivate button, .reactivate button:hover {
background: url('images/reactivate.png') left no-repeat;
color: white;
}