aboutsummaryrefslogtreecommitdiff
path: root/budget/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'budget/static/main.css')
-rw-r--r--budget/static/main.css13
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;
+}