mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Remove extra one pixel space for avatar class
This commit is contained in:
parent
cd64de5aad
commit
957ca0f380
@ -87,6 +87,7 @@ input.et2_radiobox {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#addressbook-index .avatar img.iphoto {border:none;box-shadow: none;}
|
||||
#addressbook-index_org_view, #addressbook-index_addressbook-index-right_add > div.et2_box_widget {
|
||||
top: 0;
|
||||
padding-top: 0;
|
||||
|
@ -101,6 +101,10 @@ input.et2_radiobox {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#addressbook-index .avatar img.iphoto {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#addressbook-index_org_view,
|
||||
#addressbook-index_addressbook-index-right_add > div.et2_box_widget {
|
||||
top: 0;
|
||||
|
@ -2599,13 +2599,14 @@ td.avatar {
|
||||
background-size: 35px 35px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
bottom:25%;
|
||||
top:25%;
|
||||
}
|
||||
.avatar img{
|
||||
padding-top:0 !important;
|
||||
width:50px;
|
||||
border:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.et2_searchbox {
|
||||
|
Loading…
Reference in New Issue
Block a user