summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/components/node/node.component.css
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-27 15:57:07 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-27 15:57:07 +0800
commit75a9f050d7b92996b464488001829042cb5051a0 (patch)
tree1287282942f1e86cc7ddda084096e4c3be72e0a2 /sdc-workflow-designer-ui/src/app/components/node/node.component.css
parent309680feb63ec6a49163387cb1e116b721254847 (diff)
Modify css files
Modify css files Issue-ID: SDC-1130,SDC-1131 Change-Id: I5da79bb12b7f9e52a4317bae190f873d2949b84f Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/components/node/node.component.css')
-rw-r--r--sdc-workflow-designer-ui/src/app/components/node/node.component.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdc-workflow-designer-ui/src/app/components/node/node.component.css b/sdc-workflow-designer-ui/src/app/components/node/node.component.css
index 85cb0422..f1fead94 100644
--- a/sdc-workflow-designer-ui/src/app/components/node/node.component.css
+++ b/sdc-workflow-designer-ui/src/app/components/node/node.component.css
@@ -18,6 +18,7 @@
}
.node-icon{
+ position: relative;
border-radius: 4px;
}
@@ -54,12 +55,12 @@
.anchor-left {
left: -6px;
- top: calc(50%);
+ top: calc(50% - 6px);
}
.anchor-right {
right: -6px;
- top: calc(50%);
+ top: calc(50% - 6px);
}
.anchor-top {