Fix not aligned radio buttons in AB's edit dialog

This commit is contained in:
Hadi Nategh 2016-04-12 14:27:51 +00:00
parent 4a956faee6
commit 1dadba1830
2 changed files with 4 additions and 4 deletions

View File

@ -72,10 +72,10 @@ div.addressbook_edit_general_picture img {
}
input.et2_radiobox {
position: relative;
left: -16px;
left: 7px;
}
#addressbook-edit_tel_prefer-tel_work, #addressbook-edit_tel_prefer-tel_cell {
left: -13px;
left: 7px;
}
#addressbook-edit_memberships + .chzn-container .chzn-results {
max-height: 85px;

View File

@ -85,11 +85,11 @@ div.addressbook_edit_general_picture img {
}
input.et2_radiobox {
position: relative;
left: -16px;
left: 7px;
}
#addressbook-edit_tel_prefer-tel_work,
#addressbook-edit_tel_prefer-tel_cell {
left: -13px;
left: 7px;
}
#addressbook-edit_memberships + .chzn-container .chzn-results {
max-height: 85px;