From 256b6d1c5e28ee65b55c34f7457fd18d1647f238 Mon Sep 17 00:00:00 2001 From: mihai sirghe <32762007+smihai78@users.noreply.github.com> Date: Mon, 6 Nov 2017 12:36:38 +0200 Subject: [PATCH] [ADF-1765] - info drawer (#2608) fixed close button position fixed title case fixed editable date time field position --- .../info-drawer/info-drawer-layout.component.scss | 2 ++ .../src/components/view/card-view-dateitem.component.scss | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss b/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss index 08b6a71d0a..985427e3af 100644 --- a/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss +++ b/ng2-components/ng2-alfresco-core/src/components/info-drawer/info-drawer-layout.component.scss @@ -17,6 +17,7 @@ font-weight: bold; text-align: left; color: mat-color($primary); + text-transform: uppercase; } &-header { @@ -26,6 +27,7 @@ margin-bottom: 40px; &-buttons { + padding-right:18px; mat-icon { cursor: pointer; } diff --git a/ng2-components/ng2-alfresco-core/src/components/view/card-view-dateitem.component.scss b/ng2-components/ng2-alfresco-core/src/components/view/card-view-dateitem.component.scss index e9895d7734..59b2c249bf 100644 --- a/ng2-components/ng2-alfresco-core/src/components/view/card-view-dateitem.component.scss +++ b/ng2-components/ng2-alfresco-core/src/components/view/card-view-dateitem.component.scss @@ -9,11 +9,18 @@ border: none; margin: 0; padding: 0; + display: none; } &-dateitem-editable { cursor: pointer; + button.mat-icon-button { + line-height: 20px; + height: 20px; + width: 20px; + } + mat-icon { width: 16px; height: 16px;