diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 262796fe080..d900459e22f 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -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; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 7d08340c8e2..851829e89df 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -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; }