From ab703dfdfe80ba3de757022be261a4ab5eaf98a7 Mon Sep 17 00:00:00 2001 From: Malek Date: Tue, 24 Jul 2018 09:00:42 +0300 Subject: Fix styling after Nitzan comments Issue-ID: SDC-1553 Change-Id: Ia443b085b99ae8fdd04a4422d8b54de8d6657b67 Signed-off-by: Malek --- .../src/main/frontend/resources/scss/features/_inputOutput.scss | 8 +++++++- .../src/main/frontend/src/i18n/languages.json | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss b/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss index 9bfe6cbc..45338039 100644 --- a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss +++ b/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss @@ -6,7 +6,6 @@ } padding: 0 100px 20px 100px; flex: 1; - overflow: auto; &__title { height: 110px; @@ -83,6 +82,7 @@ padding: 20px; color: $dark-gray; @include body-1; + @include semi-bold; justify-content: center; } @@ -124,6 +124,9 @@ &__td, &__th { + .sdc-checkbox { + height: 14px; + } &--unflex { flex: unset; justify-content: center; @@ -134,6 +137,9 @@ width: 100px; .svg-icon-wrapper { cursor: pointer; + &:hover { + fill: $blue; + } } } & + & { diff --git a/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json b/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json index 0a1fd02f..986cf128 100644 --- a/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json +++ b/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json @@ -49,9 +49,9 @@ "name": "Name", "type": "Type", "mandatory": "Mandatory", - "noData": "No data to display", - "addInput": "ADD INPUT", - "addOutput": "ADD OUTPUT", + "noData": "No Parameters to Show", + "addInput": "Add Input", + "addOutput": "Add Output", "inputs": "Inputs", "outputs": "Outputs", "DELETE": "DELETE", -- cgit 1.2.3-korg