From 75a9f050d7b92996b464488001829042cb5051a0 Mon Sep 17 00:00:00 2001 From: YuanHu Date: Tue, 27 Mar 2018 15:57:07 +0800 Subject: Modify css files Modify css files Issue-ID: SDC-1130,SDC-1131 Change-Id: I5da79bb12b7f9e52a4317bae190f873d2949b84f Signed-off-by: YuanHu --- .../src/app/components/property/properties.component.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'sdc-workflow-designer-ui/src/app/components/property/properties.component.css') diff --git a/sdc-workflow-designer-ui/src/app/components/property/properties.component.css b/sdc-workflow-designer-ui/src/app/components/property/properties.component.css index 6c8c67d3..5189f551 100644 --- a/sdc-workflow-designer-ui/src/app/components/property/properties.component.css +++ b/sdc-workflow-designer-ui/src/app/components/property/properties.component.css @@ -30,14 +30,7 @@ overflow: auto; } -.edit { - display: none; -} - -.editing .view { - display: none; -} - -.editing .edit { - display: block; +.plx-btn{ + float: right; + margin-right: 0; } -- cgit 1.2.3-korg