forked from extern/egroupware
Fix not aligned radio buttons in AB's edit dialog
This commit is contained in:
parent
4a956faee6
commit
1dadba1830
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user