From 5963d7df9d231018d8739f27093a25fedc1c514d Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Tue, 1 Nov 2011 14:35:20 +0100 Subject: Replace edit / delete links by icons. Fix #49. --- budget/static/main.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'budget/static/main.css') 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; +} -- cgit v1.1