mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACS-8916] [ACA] The calendar button in advanced search filters is placed too low in the date dialog (#10369)
This commit is contained in:
committed by
GitHub
parent
db22c6aac9
commit
d06c829dac
@@ -1,53 +1,50 @@
|
|||||||
@import 'styles/mat-selectors';
|
@import "styles/mat-selectors";
|
||||||
|
|
||||||
adf-search-date-range {
|
adf-search-date-range {
|
||||||
#{$mat-icon-button}:is(button),
|
.adf-search-date-range-container {
|
||||||
#{$mat-icon-button}#{$mat-button-base} {
|
margin-top: 20px;
|
||||||
height: 24px;
|
padding: 10px;
|
||||||
|
|
||||||
|
.adf-search-date-range-form-field-select {
|
||||||
|
width: 180px;
|
||||||
|
min-width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-search-date-range-container {
|
&-row {
|
||||||
margin-top: 20px;
|
display: flex;
|
||||||
padding: 10px;
|
flex-direction: row;
|
||||||
|
padding-bottom: 21px;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.adf-search-date-range-form-field-select {
|
&-date {
|
||||||
width: 180px;
|
margin-top: 8px;
|
||||||
min-width: 180px;
|
}
|
||||||
}
|
|
||||||
|
#{$mat-select-arrow-wrapper} {
|
||||||
&-row {
|
height: unset;
|
||||||
display: flex;
|
}
|
||||||
flex-direction: row;
|
|
||||||
padding-bottom: 21px;
|
.adf-search-date-range-input-field {
|
||||||
align-items: center;
|
width: 75px;
|
||||||
|
}
|
||||||
&-date {
|
|
||||||
margin-top: 8px;
|
.adf-search-date-range-form-field {
|
||||||
}
|
padding-left: 10px;
|
||||||
|
flex: 1;
|
||||||
#{$mat-select-arrow-wrapper} {
|
margin-bottom: 12px;
|
||||||
height: unset;
|
|
||||||
}
|
#{$mat-form-field-flex} {
|
||||||
|
align-items: center;
|
||||||
.adf-search-date-range-input-field {
|
|
||||||
width: 75px;
|
#{$mat-form-field-infix} {
|
||||||
}
|
padding: 0.375em 0 4px;
|
||||||
|
}
|
||||||
.adf-search-date-range-form-field {
|
|
||||||
padding-left: 10px;
|
|
||||||
flex: 1;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
|
|
||||||
#{$mat-form-field-flex} {
|
|
||||||
#{$mat-form-field-infix} {
|
|
||||||
padding: 0.375em 0 4px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.adf-search-widget-extra-width {
|
.adf-search-widget-extra-width {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user