diff options
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less')
-rw-r--r-- | usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less index 3a1693b6..1900f7d2 100644 --- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less +++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less @@ -96,7 +96,7 @@ hr { padding: 20px; background: #fff; .baseparms { - h3 { + h3,h4{ color: #06A7E2; width: 96%; height: 40px; @@ -114,12 +114,15 @@ hr { font: 700 16px "Arial"; margin-left: 25px; } + .vnf-box{ + clear: both; + } ul{ margin-left: 30px; } ul li { margin: 10px 0; - width: 40%; + width: 42%; margin-right: 5%; float: left; text-align: left; @@ -129,11 +132,12 @@ hr { font: 700 14px "Arial"; vertical-align: middle; overflow: hidden; - text-overflow: ellipsis; - text-align: left; + //text-overflow: ellipsis; + text-align: left; } input,nz-select{ width: 65%; + margin-left:3% } } } |