get AB-view selectbox in line

This commit is contained in:
ralf 2022-05-03 13:11:35 +02:00
parent f72497db13
commit 3e55347b33
3 changed files with 10 additions and 4 deletions

View File

@ -121,9 +121,12 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
select#addressbook-index_col_filter\[tid\] {
width: 100px;
}
#addressbook-index_addressbook-index-row select{
#addressbook-index_addressbook-index-row select, #addressbook-index_addressbook-index-row et2-select {
float: right;
width: 134px;
display: inline-block;
height: 20px;
margin-top: 1px;
}
#addressbook-edit .chzn-container .chzn-results {max-height: 110px}

View File

@ -141,9 +141,13 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
select#addressbook-index_col_filter\[tid\] {
width: 100px;
}
#addressbook-index_addressbook-index-row select {
#addressbook-index_addressbook-index-row select,
#addressbook-index_addressbook-index-row et2-select {
float: right;
width: 134px;
display: inline-block;
height: 20px;
margin-top: 1px;
}
#addressbook-edit .chzn-container .chzn-results {
max-height: 110px;

View File

@ -185,5 +185,4 @@
#addressbook-edit_adr_two_region {
.ms-ctn form-control {padding-left: 13px;}
}
}
}