diff options
| author | Frédéric Sureau <frederic.sureau@gmail.com> | 2012-01-28 01:35:04 +0100 |
|---|---|---|
| committer | Frédéric Sureau <frederic.sureau@gmail.com> | 2012-01-28 01:35:04 +0100 |
| commit | a59465c9a5fa18be31f5698e07800387d0a8c4ff (patch) | |
| tree | 085460e087e43c896515e96e4093851efd280187 /budget/static/css/main.css | |
| parent | 848e4a34ce6aea14baf7ade0463a7495d99b9294 (diff) | |
| download | ihatemoney-mirror-a59465c9a5fa18be31f5698e07800387d0a8c4ff.zip ihatemoney-mirror-a59465c9a5fa18be31f5698e07800387d0a8c4ff.tar.gz ihatemoney-mirror-a59465c9a5fa18be31f5698e07800387d0a8c4ff.tar.bz2 | |
Changed delete feature to only support POST method. Fix #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; } |
