diff --git a/addressbook/templates/default/app.css b/addressbook/templates/default/app.css index fff390648f..0f611df33b 100644 --- a/addressbook/templates/default/app.css +++ b/addressbook/templates/default/app.css @@ -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} diff --git a/addressbook/templates/pixelegg/app.css b/addressbook/templates/pixelegg/app.css index e0fa0b0b40..72346e6899 100755 --- a/addressbook/templates/pixelegg/app.css +++ b/addressbook/templates/pixelegg/app.css @@ -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; diff --git a/addressbook/templates/pixelegg/app.less b/addressbook/templates/pixelegg/app.less index 005c47a5e4..6ee97ecef7 100755 --- a/addressbook/templates/pixelegg/app.less +++ b/addressbook/templates/pixelegg/app.less @@ -185,5 +185,4 @@ #addressbook-edit_adr_two_region { .ms-ctn form-control {padding-left: 13px;} } -} - +} \ No newline at end of file