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;