fix/hack NM header row styling

This commit is contained in:
ralf 2022-07-27 08:48:27 +02:00
parent 2394831083
commit 6db4327705
3 changed files with 14 additions and 12 deletions

View File

@ -111,7 +111,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
position: absolute; position: absolute;
top: 0; /* Required for Chrome 76+ on Windows */ top: 0; /* Required for Chrome 76+ on Windows */
left: 350px; left: 350px;
right: 233px; right: 235px;
} }
#addressbook-index .filtersContainer select { #addressbook-index .filtersContainer select {
width: 31.5%; width: 31.5%;
@ -123,10 +123,12 @@ select#addressbook-index_col_filter\[tid\] {
} }
#addressbook-index_addressbook-index-row select, #addressbook-index_addressbook-index-row et2-select { #addressbook-index_addressbook-index-row select, #addressbook-index_addressbook-index-row et2-select {
float: right; float: right;
width: 134px; width: 132px;
display: inline-block; display: inline-block;
height: 20px; height: 20px;
margin-top: 1px; }
et2-button#addressbook-index_nm_advanced-search {
margin-right: 0 !important;
} }
#addressbook-edit .chzn-container .chzn-results {max-height: 110px} #addressbook-edit .chzn-container .chzn-results {max-height: 110px}

View File

@ -127,7 +127,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
top: 0; top: 0;
/* Required for Chrome 76+ on Windows */ /* Required for Chrome 76+ on Windows */
left: 350px; left: 350px;
right: 233px; right: 235px;
} }
#addressbook-index .filtersContainer select { #addressbook-index .filtersContainer select {
width: 31.5%; width: 31.5%;
@ -143,10 +143,12 @@ select#addressbook-index_col_filter\[tid\] {
#addressbook-index_addressbook-index-row select, #addressbook-index_addressbook-index-row select,
#addressbook-index_addressbook-index-row et2-select { #addressbook-index_addressbook-index-row et2-select {
float: right; float: right;
width: 134px; width: 132px;
display: inline-block; display: inline-block;
height: 20px; height: 20px;
margin-top: 1px; }
et2-button#addressbook-index_nm_advanced-search {
margin-right: 0 !important;
} }
#addressbook-edit .chzn-container .chzn-results { #addressbook-edit .chzn-container .chzn-results {
max-height: 110px; max-height: 110px;

View File

@ -2164,15 +2164,15 @@ div.message.floating, lion-validation-feedback[type] {
.nextmatch_header_row { .nextmatch_header_row {
width: 100%; width: 100%;
padding-top: 1px;
padding-bottom: 5px; padding-bottom: 5px;
position: relative; position: relative;
} }
.nextmatch_header .header_count { .nextmatch_header .header_count {
padding: 0px 10px; padding: 0px 10px;
margin: 1px 6px 1px;
height: 22px; height: 22px;
border: 1px solid silver; border: 1px solid rgb(212, 212, 216); /* --sl-input-border-color */
text-align: center; text-align: center;
border-radius: 3px; border-radius: 3px;
float: right; float: right;
@ -2866,10 +2866,8 @@ div.et2_toolbar.ui-widget-header {
padding-left: 0; padding-left: 0;
background-color: #fafafa; background-color: #fafafa;
} }
.nextmatch_header_row et2-button, .et2_toolbar et2-button { .nextmatch_header_row et2-button, .nextmatch_header_row et2-searchbox, .et2_toolbar et2-button {
background-color: #fafafa; margin-right: 1ex;
margin: 1px 4px 0 0;
border-color: silver;
} }
.nextmatch_header_row et2-button::part(container){ .nextmatch_header_row et2-button::part(container){
height: 18px; height: 18px;