mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01: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-radius: 50%;
|
||||
overflow: hidden;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-image: url(images/photo.png);
|
||||
background-size: 35px 35px;
|
||||
background-repeat: no-repeat;
|
||||
@ -2849,7 +2849,7 @@ td.avatar {
|
||||
}
|
||||
.avatar img{
|
||||
padding-top:0 !important;
|
||||
width:50px;
|
||||
width:40px;
|
||||
border:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user