CSS
This commit is contained in:
parent
1e70790cd6
commit
35dbd463e1
@ -2537,6 +2537,9 @@ img.userphotosmall { /* size for user photo in lists */
|
||||
vertical-align: middle;
|
||||
background-color: #FFF;
|
||||
}
|
||||
img.userphoto[alt="Gravatar avatar"] {
|
||||
background: #fff;
|
||||
}
|
||||
.span-icon-user {
|
||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@ -2530,6 +2530,9 @@ img.userphotosmall { /* size for user photo in lists */
|
||||
background-size: contain;
|
||||
vertical-align: middle;
|
||||
}
|
||||
img.userphoto[alt="Gravatar avatar"] {
|
||||
background: #fff;
|
||||
}
|
||||
.span-icon-user {
|
||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user