mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-12 08:20:31 +01:00
Make avatars size similar to status avatars
This commit is contained in:
parent
dd1be56838
commit
5dfea7eb26
@ -2935,8 +2935,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;
|
||||
@ -2946,7 +2946,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