remove old css, fix misalignment of region

This commit is contained in:
ralf 2022-07-28 17:22:08 +02:00
parent 6378d589f2
commit eedda315f8
2 changed files with 0 additions and 18 deletions

View File

@ -130,12 +130,5 @@ select#addressbook-index_col_filter\[tid\] {
et2-button#addressbook-index_nm_advanced-search {
margin-right: 0 !important;
}
#addressbook-edit .chzn-container .chzn-results {max-height: 110px}
#addressbook-index_nm .chzn-drop {width:auto;}
#addressbook-edit_adr_one_region, #addressbook-edit_adr_two_region {
vertical-align: middle;
margin-left: 1px;
}
.smime_section_border {border-top: 1px solid #e5e5e5;}
.smime_section_border> * {padding-top: 10px;}

View File

@ -149,17 +149,6 @@ select#addressbook-index_col_filter\[tid\] {
et2-button#addressbook-index_nm_advanced-search {
margin-right: 0 !important;
}
#addressbook-edit .chzn-container .chzn-results {
max-height: 110px;
}
#addressbook-index_nm .chzn-drop {
width: auto;
}
#addressbook-edit_adr_one_region,
#addressbook-edit_adr_two_region {
vertical-align: middle;
margin-left: 1px;
}
.smime_section_border {
border-top: 1px solid #e5e5e5;
}