Reduce length of tab title "Bank"

This commit is contained in:
Laurent Destailleur 2018-10-04 20:22:25 +02:00
parent 41add1c251
commit f154139a0e
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ BankName=Bank name
FinancialAccount=Account
BankAccount=Bank account
BankAccounts=Bank accounts
BankAccountsAndGateways=Bank accounts | Gateways
BankAccountsAndGateways=Bank | Gateways
ShowAccount=Show Account
AccountRef=Financial account ref
AccountLabel=Financial account label

View File

@ -2381,7 +2381,7 @@ a.tabunactive {
}
a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
font-family: <?php print $fontlist ?>;
padding: 12px 9px 13px;
padding: 12px 14px 13px;
margin: 0em 0.2em;
text-decoration: none;
white-space: nowrap;

View File

@ -2328,7 +2328,7 @@ a.tabTitle {
a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
font-family: <?php print $fontlist ?>;
padding: 12px 9px 12px;
padding: 12px 13px 12px;
margin: 0em 0.2em;
text-decoration: none;
white-space: nowrap;