This commit is contained in:
Laurent Destailleur 2019-10-08 21:10:51 +02:00
parent 1fac7b01b8
commit 9d534617a0
2 changed files with 8 additions and 8 deletions

View File

@ -2063,16 +2063,16 @@ img.login, img.printer, img.entity {
background-size: contain;
}
img.userphoto { /* size for user photo in lists */
border-radius: 9px;
border-radius: 0.75em;
width: 1.5em;
height: 1.5em;
background-size: contain;
vertical-align: middle;
}
img.userphotosmall { /* size for user photo in lists */
border-radius: 6px;
width: 1em;
height: 1em;
border-radius: 0.6em;
width: 1.2em;
height: 1.2em;
background-size: contain;
vertical-align: middle;
background-color: #FFF;

View File

@ -2181,16 +2181,16 @@ img.login, img.printer, img.entity {
background-color: #FFF;
}
img.userphoto { /* size for user photo in lists */
border-radius: 9px;
border-radius: 0.75em;
width: 1.5em;
height: 1.5em;
background-size: contain;
vertical-align: middle;
}
img.userphotosmall { /* size for user photo in lists */
border-radius: 6px;
width: 1em;
height: 1em;
border-radius: 0.6em;
width: 1.2em;
height: 1.2em;
background-size: contain;
vertical-align: middle;
}