diff options
| author | fredericsureau <frederic.sureau@gmail.com> | 2012-01-27 16:37:45 -0800 |
|---|---|---|
| committer | fredericsureau <frederic.sureau@gmail.com> | 2012-01-27 16:37:45 -0800 |
| commit | adfa5f9263460fcdff23166a0bba34e277ea1fab (patch) | |
| tree | 085460e087e43c896515e96e4093851efd280187 /budget/static/css/main.css | |
| parent | 848e4a34ce6aea14baf7ade0463a7495d99b9294 (diff) | |
| parent | a59465c9a5fa18be31f5698e07800387d0a8c4ff (diff) | |
| download | ihatemoney-mirror-adfa5f9263460fcdff23166a0bba34e277ea1fab.zip ihatemoney-mirror-adfa5f9263460fcdff23166a0bba34e277ea1fab.tar.gz ihatemoney-mirror-adfa5f9263460fcdff23166a0bba34e277ea1fab.tar.bz2 | |
Merge pull request #74 from fredericsureau/master
Fix bug #21
Diffstat (limited to 'budget/static/css/main.css')
| -rw-r--r-- | budget/static/css/main.css | 15 |
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; } |
