mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Make avatars size similar to status avatars
This commit is contained in:
parent
73c10fe5d9
commit
20766607f5
@ -2838,8 +2838,8 @@ td.avatar {
|
|||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 50px;
|
width: 40px;
|
||||||
height: 50px;
|
height: 40px;
|
||||||
background-image: url(images/photo.png);
|
background-image: url(images/photo.png);
|
||||||
background-size: 35px 35px;
|
background-size: 35px 35px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -2849,7 +2849,7 @@ td.avatar {
|
|||||||
}
|
}
|
||||||
.avatar img{
|
.avatar img{
|
||||||
padding-top:0 !important;
|
padding-top:0 !important;
|
||||||
width:50px;
|
width:40px;
|
||||||
border:none;
|
border:none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user