diff options
author | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-27 15:57:07 +0800 |
---|---|---|
committer | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-27 15:57:07 +0800 |
commit | 75a9f050d7b92996b464488001829042cb5051a0 (patch) | |
tree | 1287282942f1e86cc7ddda084096e4c3be72e0a2 /sdc-workflow-designer-ui/src/app/components/parameter | |
parent | 309680feb63ec6a49163387cb1e116b721254847 (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/parameter')
-rw-r--r-- | sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css b/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css index 9cf5d60f..4002997c 100644 --- a/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css +++ b/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css @@ -9,30 +9,42 @@ * Contributors: * ZTE - initial API and implementation and/or initial documentation */ -.form-control-label{ - margin-bottom: 0; - width: 100px; - vertical-align: middle; + +.parameter{ + margin-bottom: 1rem; +} + +.parameter-section{ + display: inline; + margin-right: 5px; } .parameter-item{ display: inline; - margin-left: 5px; - vertical-align: middle; } -.form-control-required{ +.parameter-required{ color: red; - height: 30px; - line-height: 30px; } -.form-control-input{ - width: 120px; - vertical-align: middle; +.parameter-label{ + width: 100px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + vertical-align: bottom; + /* display: inline-table; */ } -.form-control-value{ +.parameter-value{ width: 160px; - display: inline-block; + vertical-align: baseline; +} + +.plx-input{ + vertical-align: baseline; +} + +.plx-btn{ + vertical-align: baseline; } |