From 981573b5b00cdb47cd9f2bbd002735ccc0c362fc Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Tue, 15 Dec 2020 02:15:46 +0200 Subject: Add CDS version and apply minor css style changes Issue-ID: CCSDK-2292 Signed-off-by: Sarah Abouzainah Change-Id: Ie06a5d6fa3e0e52aad50ef5ce501b324f39ab2b1 --- .../action-attributes.component.html | 2 +- .../packages/designer/designer.component.css | 32 ++++++++++++---------- .../packages/designer/designer.component.html | 7 ++--- .../packages/designer/designer.component.ts | 10 +++---- .../functions-attribute.component.html | 13 +++++---- .../source-view/source-view.component.html | 14 +++++----- 6 files changed, 41 insertions(+), 37 deletions(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html index c26fe00c2..8746569ba 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html @@ -427,7 +427,7 @@ diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css index 1b8826fe3..7cb6c5255 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css @@ -137,6 +137,7 @@ header{ height: 16px; */ text-align: center; font-size: 14px; + color: #fff; } .topology-actions .dropdown-text, .dropdown-toggle:hover ~ .dropdown-text, @@ -174,7 +175,7 @@ header{ box-shadow: 0 2px 6px rgba(47, 83, 151, .15) } .topology-actions .dropdown-content a{ - padding: 0 20px 0 15px; + padding: 0 12px; color: #1B3E6F; font-size: 13px; } @@ -445,7 +446,7 @@ p.compType-4{ } */ .functionsList .joint-paper{ width: 100% !important; - height: 72vh !important; + height: 100% !important; /*72vh*/ margin: 0 !important; } .actionBtns .btn{ @@ -612,12 +613,6 @@ p.compType-4{ background-color: #1B3E6F !important; color: #fff; } -.viewBtns .topologySource{ - background-image: url(src/assets/img/icon-topologyView-active.svg); -} -.viewBtns .topologyView{ - background-image: url(src/assets/img/icon-topologySource.svg); -} .card.actionContainer{ margin: 20px 20px 40px 60px; background: transparent; @@ -889,7 +884,7 @@ p.compType-4{ .action-attributes .form-group{ display: inline-block; width: 100%; - padding-left: 12px; + /* padding-left: 12px; */ /* line-height: 30px; */ } .action-attributes .form-group:hover{ @@ -1094,14 +1089,20 @@ p.compType-4{ } .viewBtns .btn{ - margin-top: 14px; - padding-left: 30px!important; + margin-top: 16px; + padding: 0 12px !important; border: 0; font-size: 11px; + line-height: 32px; color: #1B3E6F !important; background-color: #fff !important; - background-repeat: no-repeat; - background-position: 10px center; + /* background-repeat: no-repeat; */ + /* background-position: 10px center; */ +} +.viewBtns .btn i{ + margin-right: 5px; + font-size: 16px; + vertical-align: text-bottom; } .viewBtns .btn.active{ background-color: #1B3E6F !important; @@ -1143,7 +1144,7 @@ ul.editor{ box-shadow: none; } .ace_editor{ - top: 5.4vh; + top: 45px; height: 92vh !important; } .dsl-editor { @@ -1300,7 +1301,8 @@ ul.editor{ border: 0; } .container{ - min-height: 66px; + min-height: 33px; + margin-bottom: 15px; border-bottom: solid 1px #EFEFF4; line-height: 24px; } diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html index 96e4bda16..e11302d90 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html @@ -96,8 +96,7 @@ Enrich -->
  • - - Enrich & Deploy + Enrich & Deploy
  • @@ -165,9 +164,9 @@ - - +
    - +
    @@ -157,4 +156,5 @@ [theme]="'tomorrow_night_bright'" #editor style="height:500px"> - \ No newline at end of file + +
    \ No newline at end of file -- cgit 1.2.3-korg