Skip to content

Commit be5e813

Browse files
committed
Increased margin for top menus.
1 parent acf9b73 commit be5e813

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

WEB-INF/templates/footer.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<br>
1313
<table cellspacing="0" cellpadding="4" width="100%" border="0">
1414
<tr>
15-
<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> |
15+
<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> |
1616
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
1717
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
1818
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>

default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ input[type=checkbox], label {
6767
font-weight: bold;
6868
color: white;
6969
background-color: black;
70-
margin: 2px 3px 2px 3px;
70+
margin: 2px 4px 2px 4px;
7171
}
7272

7373
.mainMenu {
7474
font-size: 11pt;
7575
color: #444444;
76-
margin: 2px 3px 2px 3px;
76+
margin: 2px 4px 2px 4px;
7777
}
7878

7979
.onBehalf {

0 commit comments

Comments
 (0)