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 1f67b7bccc8..42351c7b430 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 35775a2787f..f9373d276b0 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"> + {{ '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 1e755c46a65..1b98fe43886 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,15 +34,6 @@ &__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 { @@ -64,12 +55,12 @@ margin: 8px 0; &-sharable { - margin-bottom: 0; + margin-bottom: 14px; } } &--sharable-container { - margin-bottom: 0; + margin-bottom: 14px; } &--header { @@ -116,23 +107,30 @@ font-size: 22px; } - &__calender-icon { - top: 12px; - position: relative; - right: -6px; - - svg { - height: 18px; - width: 18px; - } - } - &__date-time-container { - padding-bottom: 20px; + padding-bottom: 2px; } &__border-color { - border: 1px solid var(--theme-warn-color-a700); + &.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; + } + } + } + } + } + } } } diff --git a/lib/content-services/src/lib/dialogs/folder.dialog.html b/lib/content-services/src/lib/dialogs/folder.dialog.html index 943cf924af5..7a8d44cb3ae 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 }}