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\] { select#addressbook-index_col_filter\[tid\] {
width: 100px; width: 100px;
} }
#addressbook-index_addressbook-index-row select{ #addressbook-index_addressbook-index-row select, #addressbook-index_addressbook-index-row et2-select {
float: right; float: right;
width: 134px; width: 134px;
display: inline-block;
height: 20px;
margin-top: 1px;
} }
#addressbook-edit .chzn-container .chzn-results {max-height: 110px} #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\] { select#addressbook-index_col_filter\[tid\] {
width: 100px; width: 100px;
} }
#addressbook-index_addressbook-index-row select { #addressbook-index_addressbook-index-row select,
#addressbook-index_addressbook-index-row et2-select {
float: right; float: right;
width: 134px; width: 134px;
display: inline-block;
height: 20px;
margin-top: 1px;
} }
#addressbook-edit .chzn-container .chzn-results { #addressbook-edit .chzn-container .chzn-results {
max-height: 110px; max-height: 110px;

View File

@ -186,4 +186,3 @@
.ms-ctn form-control {padding-left: 13px;} .ms-ctn form-control {padding-left: 13px;}
} }
} }