Added table_icon class attributes to defauilt.css.
authorNik Okuntseff <support@anuko.com>
Sat, 6 Apr 2019 14:50:11 +0000 (14:50 +0000)
committerNik Okuntseff <support@anuko.com>
Sat, 6 Apr 2019 14:50:11 +0000 (14:50 +0000)
WEB-INF/templates/footer.tpl
default.css

index f66e835..39cbf6d 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.63.4912 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.64.4914 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 47dc81e..0fe3605 100644 (file)
@@ -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;