diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-01 14:35:20 +0100 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-01 14:35:20 +0100 |
| commit | 5963d7df9d231018d8739f27093a25fedc1c514d (patch) | |
| tree | 359b344ff2f72c19430f397564130c843c89d845 /budget/static/main.css | |
| parent | d1b641b45e70e88c84ca8cd6f45ba953ee18da07 (diff) | |
| download | ihatemoney-mirror-5963d7df9d231018d8739f27093a25fedc1c514d.zip ihatemoney-mirror-5963d7df9d231018d8739f27093a25fedc1c514d.tar.gz ihatemoney-mirror-5963d7df9d231018d8739f27093a25fedc1c514d.tar.bz2 | |
Replace edit / delete links by icons. Fix #49.
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 7995295..f156fa8 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -126,3 +126,16 @@ div.topbar ul.secondary-nav { padding-right: 75px; } .confirm, .confirm:hover { color: red; } + +.bill-actions { + padding-top: 2px; + padding-bottom: 2px; +} + +.edit img { + height: 24px; +} + +.delete img { + height: 24px; +} |
