Remove extra one pixel space for avatar class

This commit is contained in:
Hadi Nategh 2016-06-01 11:43:46 +02:00
parent cd64de5aad
commit 957ca0f380
3 changed files with 7 additions and 1 deletions

View File

@ -87,6 +87,7 @@ input.et2_radiobox {
width: 100%; width: 100%;
height: auto; 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 { #addressbook-index_org_view, #addressbook-index_addressbook-index-right_add > div.et2_box_widget {
top: 0; top: 0;
padding-top: 0; padding-top: 0;

View File

@ -101,6 +101,10 @@ input.et2_radiobox {
width: 100%; width: 100%;
height: auto; height: auto;
} }
#addressbook-index .avatar img.iphoto {
border: none;
box-shadow: none;
}
#addressbook-index_org_view, #addressbook-index_org_view,
#addressbook-index_addressbook-index-right_add > div.et2_box_widget { #addressbook-index_addressbook-index-right_add > div.et2_box_widget {
top: 0; top: 0;

View File

@ -2599,13 +2599,14 @@ td.avatar {
background-size: 35px 35px; background-size: 35px 35px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
bottom:25%; bottom:25%;
top:25%; top:25%;
} }
.avatar img{ .avatar img{
padding-top:0 !important; padding-top:0 !important;
width:50px; width:50px;
border:none;
box-shadow: none;
} }
.et2_searchbox { .et2_searchbox {