forked from extern/egroupware
fix/hack NM header row styling
This commit is contained in:
parent
2394831083
commit
6db4327705
@ -111,7 +111,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
|
||||
position: absolute;
|
||||
top: 0; /* Required for Chrome 76+ on Windows */
|
||||
left: 350px;
|
||||
right: 233px;
|
||||
right: 235px;
|
||||
}
|
||||
#addressbook-index .filtersContainer select {
|
||||
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 {
|
||||
float: right;
|
||||
width: 134px;
|
||||
width: 132px;
|
||||
display: inline-block;
|
||||
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}
|
||||
|
||||
|
@ -127,7 +127,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
|
||||
top: 0;
|
||||
/* Required for Chrome 76+ on Windows */
|
||||
left: 350px;
|
||||
right: 233px;
|
||||
right: 235px;
|
||||
}
|
||||
#addressbook-index .filtersContainer select {
|
||||
width: 31.5%;
|
||||
@ -143,10 +143,12 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
#addressbook-index_addressbook-index-row select,
|
||||
#addressbook-index_addressbook-index-row et2-select {
|
||||
float: right;
|
||||
width: 134px;
|
||||
width: 132px;
|
||||
display: inline-block;
|
||||
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;
|
||||
|
@ -2164,15 +2164,15 @@ div.message.floating, lion-validation-feedback[type] {
|
||||
|
||||
.nextmatch_header_row {
|
||||
width: 100%;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 5px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nextmatch_header .header_count {
|
||||
padding: 0px 10px;
|
||||
margin: 1px 6px 1px;
|
||||
height: 22px;
|
||||
border: 1px solid silver;
|
||||
border: 1px solid rgb(212, 212, 216); /* --sl-input-border-color */
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
float: right;
|
||||
@ -2866,10 +2866,8 @@ div.et2_toolbar.ui-widget-header {
|
||||
padding-left: 0;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.nextmatch_header_row et2-button, .et2_toolbar et2-button {
|
||||
background-color: #fafafa;
|
||||
margin: 1px 4px 0 0;
|
||||
border-color: silver;
|
||||
.nextmatch_header_row et2-button, .nextmatch_header_row et2-searchbox, .et2_toolbar et2-button {
|
||||
margin-right: 1ex;
|
||||
}
|
||||
.nextmatch_header_row et2-button::part(container){
|
||||
height: 18px;
|
||||
|
Loading…
Reference in New Issue
Block a user