forked from extern/egroupware
Addressbook - make type selectbox a little wider
This commit is contained in:
parent
4f4d1e97d3
commit
5c9678999c
@ -123,7 +123,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
|
||||
/* category filter chosen. !important is neccessary to override the width set by chosen*/
|
||||
#addressbook-index .nextmatch_header_row .et2_selectbox.select-cat {min-width:auto;width: 31.5% !important;}
|
||||
select#addressbook-index_col_filter\[tid\] {
|
||||
width: 82px;
|
||||
width: 100px;
|
||||
}
|
||||
#addressbook-index_addressbook-index-row select{
|
||||
float: right;
|
||||
|
@ -146,7 +146,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
|
||||
width: 31.5% !important;
|
||||
}
|
||||
select#addressbook-index_col_filter\[tid\] {
|
||||
width: 82px;
|
||||
width: 100px;
|
||||
}
|
||||
#addressbook-index_addressbook-index-row select {
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user