From be5e813f87f627d207c8d2606da4c9fea1fe36a8 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 17 May 2019 12:56:05 +0000 Subject: [PATCH] Increased margin for top menus. --- WEB-INF/templates/footer.tpl | 2 +- default.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index aa9e41dc..fcdf0019 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.19.4.5003 | Copyright © Anuko | +  Anuko Time Tracker 1.19.4.5005 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/default.css b/default.css index 462b70ed..d744c66e 100644 --- a/default.css +++ b/default.css @@ -67,13 +67,13 @@ input[type=checkbox], label { font-weight: bold; color: white; background-color: black; - margin: 2px 3px 2px 3px; + margin: 2px 4px 2px 4px; } .mainMenu { font-size: 11pt; color: #444444; - margin: 2px 3px 2px 3px; + margin: 2px 4px 2px 4px; } .onBehalf { -- 2.20.1