aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalek <malek.zoabi@amdocs.com>2018-07-24 09:00:42 +0300
committerMalek <malek.zoabi@amdocs.com>2018-07-24 09:00:57 +0300
commitab703dfdfe80ba3de757022be261a4ab5eaf98a7 (patch)
tree64aa600eb32fa7445f0009e47f5ba67dfea014e5
parentc25c8557c370e683fc97e27364b71f3468ec8354 (diff)
Fix styling after Nitzan comments
Issue-ID: SDC-1553 Change-Id: Ia443b085b99ae8fdd04a4422d8b54de8d6657b67 Signed-off-by: Malek <malek.zoabi@amdocs.com>
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss8
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json6
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",