Picto of user umage larger
This commit is contained in:
parent
6bfcecf207
commit
f83cc0bcfd
@ -36,7 +36,7 @@ CostPrice=Cost price
|
|||||||
UnitCharges=Unit charges
|
UnitCharges=Unit charges
|
||||||
Charges=Charges
|
Charges=Charges
|
||||||
AgentContactType=Commercial agent contact type
|
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
|
rateMustBeNumeric=Rate must be a numeric value
|
||||||
markRateShouldBeLesserThan100=Mark rate should be lower than 100
|
markRateShouldBeLesserThan100=Mark rate should be lower than 100
|
||||||
ShowMarginInfos=Show margin infos
|
ShowMarginInfos=Show margin infos
|
||||||
|
|||||||
@ -2064,8 +2064,8 @@ img.login, img.printer, img.entity {
|
|||||||
}
|
}
|
||||||
img.userphoto { /* size for user photo in lists */
|
img.userphoto { /* size for user photo in lists */
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
width: 18px;
|
width: 1.5em;
|
||||||
height: 18px;
|
height: 1.5em;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2182,15 +2182,15 @@ img.login, img.printer, img.entity {
|
|||||||
}
|
}
|
||||||
img.userphoto { /* size for user photo in lists */
|
img.userphoto { /* size for user photo in lists */
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
width: 18px;
|
width: 1.5em;
|
||||||
height: 18px;
|
height: 1.5em;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
img.userphotosmall { /* size for user photo in lists */
|
img.userphotosmall { /* size for user photo in lists */
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
width: 12px;
|
width: 1em;
|
||||||
height: 12px;
|
height: 1em;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user