Picto of user umage larger

This commit is contained in:
Laurent Destailleur 2019-10-08 21:02:59 +02:00
parent 6bfcecf207
commit f83cc0bcfd
3 changed files with 7 additions and 7 deletions

View File

@ -36,7 +36,7 @@ CostPrice=Cost price
UnitCharges=Unit charges
Charges=Charges
AgentContactType=Commercial agent contact type
AgentContactTypeDetails=Define what contact type (linked on invoices) will be used for margin report per sale representative
AgentContactTypeDetails=Define what contact type (linked on invoices) will be used for margin report per sale representative. Note that reading statistics on a sale representative as a contact is not reliable since in most cases the contact may not be defined explicitely on the invoices.
rateMustBeNumeric=Rate must be a numeric value
markRateShouldBeLesserThan100=Mark rate should be lower than 100
ShowMarginInfos=Show margin infos

View File

@ -2064,8 +2064,8 @@ img.login, img.printer, img.entity {
}
img.userphoto { /* size for user photo in lists */
border-radius: 9px;
width: 18px;
height: 18px;
width: 1.5em;
height: 1.5em;
background-size: contain;
vertical-align: middle;
}

View File

@ -2182,15 +2182,15 @@ img.login, img.printer, img.entity {
}
img.userphoto { /* size for user photo in lists */
border-radius: 9px;
width: 18px;
height: 18px;
width: 1.5em;
height: 1.5em;
background-size: contain;
vertical-align: middle;
}
img.userphotosmall { /* size for user photo in lists */
border-radius: 6px;
width: 12px;
height: 12px;
width: 1em;
height: 1em;
background-size: contain;
vertical-align: middle;
}