From 5f21c169bbeae55797a61238208290a763b3f86b Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Mon, 13 Apr 2020 16:08:31 +0200 Subject: Change Import tabs to Definitions Issue-ID: CCSDK-2312 Signed-off-by: Sarah Abouzainah Change-Id: I0aca9848feaf47e3b22d4f3decf3317b7e137a1e (cherry picked from commit 3ce18436a7fdbe20e5681785d88a62679d92ab0d) --- .../configuration-dashboard.component.html | 2 +- .../dsl-definitions-tab/dsl-definitions-tab.component.html | 5 +++++ .../package-creation/package-creation.component.html | 2 +- cds-ui/designer-client/src/styles.css | 13 ++++++++++++- 4 files changed, 19 insertions(+), 3 deletions(-) (limited to 'cds-ui') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index 730525504..1ff03b221 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -129,7 +129,7 @@ SCRIPTS IMPORTS + role="tab" aria-controls="nav-imports" aria-selected="false">DEFINITIONS EXTERNAL SYSTEM AUTHENTICATION PROPERTIES diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html index a67d12bcf..2c0400a63 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html @@ -1,3 +1,8 @@ + diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html index 3bb8b56a1..1253dc10b 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html @@ -64,7 +64,7 @@ SCRIPTS IMPORTS + role="tab" aria-controls="nav-imports" aria-selected="false">DEFINITIONS EXTERNAL SYSTEM AUTHENTICATION PROPERTIES diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index b70264b48..b44a36235 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -1247,11 +1247,14 @@ ul.package-contributers{ background: transparent !important; border-top-color: #F7F6F6 !important; } +.packages-card .card-footer .col{ + text-align: center; +} .packages-card .card-footer .col:first-child{ border-right: solid 1px #F7F6F6; } .packages-card .card-footer .btn{ - padding: 10px 5px 10px 0 !important; + padding: 10px 0 10px 0 !important; background-color: transparent !important; color: #1B3E6F !important; border: 0; @@ -2422,6 +2425,14 @@ margin-right: 5px; font-size: 20px; /* margin-right: 20px; */ } +.defintionsNote{ + padding-left: 0; +} +.defintionsNote li{ + line-height: 24px; + list-style: none; + font-size: 13px; +} .package-name-container{ width: calc(100% - 60px); display: inline-block; -- cgit 1.2.3-korg