From 848ddc88b0f5e7a8eddf77b6187f1ba39f002b7b Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sat, 6 Apr 2019 14:50:11 +0000 Subject: [PATCH] Added table_icon class attributes to defauilt.css. --- WEB-INF/templates/footer.tpl | 2 +- default.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index f66e8357..39cbf6da 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.63.4912 | Copyright © Anuko | +  Anuko Time Tracker 1.18.64.4914 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/default.css b/default.css index 47dc81e4..0fe36051 100644 --- a/default.css +++ b/default.css @@ -157,6 +157,11 @@ div#LoginAboutText { width: 400px; } } .uncompleted-entry.active { background-color: red; } +.table_icon { + height: 16px; + width: 16px; +} + /* Mobile styles */ .mobile-table { border: 0; -- 2.20.1