mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-40356 Fix misaligned datetime card view element (#11391)
This commit is contained in:
-24
@@ -11,10 +11,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
top: 6px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 12px;
|
|
||||||
height: 20px;
|
|
||||||
|
|
||||||
#{ms.$mat-icon} {
|
#{ms.$mat-icon} {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
@@ -31,7 +28,6 @@
|
|||||||
.adf-datepicker-span-button {
|
.adf-datepicker-span-button {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
top: 10px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -43,11 +39,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-property-value {
|
.adf-property-value {
|
||||||
padding-top: 6px;
|
|
||||||
padding-bottom: 6px;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: var(--adf-metadata-property-panel-title-color);
|
color: var(--adf-metadata-property-panel-title-color);
|
||||||
margin-top: 10px;
|
|
||||||
|
|
||||||
&.adf-property-value-editable {
|
&.adf-property-value-editable {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -55,19 +48,6 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border-bottom: inherit;
|
border-bottom: inherit;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
&:not(.adf-property-readonly-value) {
|
|
||||||
margin-top: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-date-reset-icon {
|
|
||||||
position: relative;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-dateitem-picker-toggle {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.adf-property-readonly-value {
|
&.adf-property-readonly-value {
|
||||||
@@ -84,10 +64,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
&#{ms.$mat-input-element}#{ms.$mat-form-field-input-control} {
|
|
||||||
margin-top: 35px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-dateitem-chip-list-container.adf-property-field {
|
.adf-dateitem-chip-list-container.adf-property-field {
|
||||||
|
|||||||
Reference in New Issue
Block a user