mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
get AB-view selectbox in line
This commit is contained in:
parent
f72497db13
commit
3e55347b33
@ -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}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -185,5 +185,4 @@
|
||||
#addressbook-edit_adr_two_region {
|
||||
.ms-ctn form-control {padding-left: 13px;}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user