aboutsummaryrefslogtreecommitdiff
path: root/budget/static
diff options
context:
space:
mode:
Diffstat (limited to 'budget/static')
-rw-r--r--budget/static/main.css13
-rw-r--r--budget/static/pen.pngbin0 -> 3912 bytes
-rw-r--r--budget/static/scissors.pngbin0 -> 4312 bytes
3 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;
+}
diff --git a/budget/static/pen.png b/budget/static/pen.png
new file mode 100644
index 0000000..f486e40
--- /dev/null
+++ b/budget/static/pen.png
Binary files differ
diff --git a/budget/static/scissors.png b/budget/static/scissors.png
new file mode 100644
index 0000000..2a40f0b
--- /dev/null
+++ b/budget/static/scissors.png
Binary files differ