]> wagnertech.de Git - timetracker.git/commitdiff
Increased margin for top menus.
authorNik Okuntseff <support@anuko.com>
Fri, 17 May 2019 12:56:05 +0000 (12:56 +0000)
committerNik Okuntseff <support@anuko.com>
Fri, 17 May 2019 12:56:19 +0000 (12:56 +0000)
WEB-INF/templates/footer.tpl
default.css

index aa9e41dce69db7aa42a12b15e86ca0e74c4d621f..fcdf001920e840f6e31bdd72b97137b2eb1b6f9a 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.19.4.5003 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.19.4.5005 | 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>
             <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 462b70edf6574c546919e263f1673fce90d0f6d1..d744c66e709c26c5abf2ff1314c109cb8e3dcb4c 100644 (file)
@@ -67,13 +67,13 @@ input[type=checkbox], label {
   font-weight: bold;
   color: white;
   background-color: black;
   font-weight: bold;
   color: white;
   background-color: black;
-  margin: 2px 3px 2px 3px;
+  margin: 2px 4px 2px 4px;
 }
 
 .mainMenu {
   font-size: 11pt;
   color: #444444;
 }
 
 .mainMenu {
   font-size: 11pt;
   color: #444444;
-  margin: 2px 3px 2px 3px;
+  margin: 2px 4px 2px 4px;
 }
 
 .onBehalf {
 }
 
 .onBehalf {