diff --git a/lib/content-services/src/lib/category/categories-management/categories-management.component.html b/lib/content-services/src/lib/category/categories-management/categories-management.component.html index 42351c7b430..1f67b7bccc8 100644 --- a/lib/content-services/src/lib/category/categories-management/categories-management.component.html +++ b/lib/content-services/src/lib/category/categories-management/categories-management.component.html @@ -1,15 +1,15 @@
- - {{ 'CATEGORIES_MANAGEMENT.CATEGORIES_SEARCH_PLACEHOLDER' | translate }} +
{{ categoryNameErrorMessageKey | translate }} - +
diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html index f9373d276b0..35775a2787f 100644 --- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html +++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html @@ -31,13 +31,13 @@ [style.display]="isExpiryDateToggleChecked ? 'block' : 'none'" data-automation-id="adf-slide-toggle-checked" class="adf-share-link__date-time-container"> - + {{ 'SHARE.EXPIRATION-PLACEHOLDER' | translate }} + class="adf-share-link__icon adf-share-link__calender-icon"> - {{ 'SHARE.PUBLIC-LINK' | translate }} diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.scss b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.scss index 1b98fe43886..1e755c46a65 100644 --- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.scss +++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.scss @@ -34,6 +34,15 @@ &__form { padding-top: 8px; + + #{$mat-form-field-infix}:has(.adf-share-link__input) { + border-top: 0.9375em solid transparent; + height: 16px; + } + + &--field { + padding-bottom: 16px; + } } &__public-content { @@ -55,12 +64,12 @@ margin: 8px 0; &-sharable { - margin-bottom: 14px; + margin-bottom: 0; } } &--sharable-container { - margin-bottom: 14px; + margin-bottom: 0; } &--header { @@ -107,30 +116,23 @@ font-size: 22px; } + &__calender-icon { + top: 12px; + position: relative; + right: -6px; + + svg { + height: 18px; + width: 18px; + } + } + &__date-time-container { - padding-bottom: 2px; + padding-bottom: 20px; } &__border-color { - &.adf-full-width { - &#{$mat-form-field} { - &#{$mat-form-field-label-always-float} { - &#{$mat-form-field-appearance-outline} { - #{$mat-text-field-outlined}, #{$mat-text-field-outlined}:hover { - #{$mat-notched-outline-leading}, #{$mat-notched-outline-trailing}, #{$mat-notched-outline-notch} { - border-color: var(--theme-warn-color-a700); - border-width: 2px; - } - - #{$mat-notched-outline-notch} { - border-left: none; - border-left-width: 0; - } - } - } - } - } - } + border: 1px solid var(--theme-warn-color-a700); } } diff --git a/lib/content-services/src/lib/dialogs/folder.dialog.html b/lib/content-services/src/lib/dialogs/folder.dialog.html index 7a8d44cb3ae..943cf924af5 100644 --- a/lib/content-services/src/lib/dialogs/folder.dialog.html +++ b/lib/content-services/src/lib/dialogs/folder.dialog.html @@ -4,7 +4,7 @@

- + {{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.LABEL' | translate }} - + {{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.ERRORS.REQUIRED' | translate }} @@ -23,10 +23,10 @@

{{ form.controls['name'].errors?.message | translate }} - + - + {{ 'CORE.FOLDER_DIALOG.FOLDER_TITLE.LABEL' | translate }} - + {{ 'CORE.FOLDER_DIALOG.FOLDER_DESCRIPTION.LABEL' | translate }}