diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-05-23 11:21:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-23 11:21:58 +0000 |
commit | d045d2d97b28dab10805a257e1747e926e43d0fa (patch) | |
tree | a221fb709590a4d6b3d4523dc6b476cfe4fdd82b /usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css | |
parent | e0503c445cbb07f2075ef17b22061e304a203119 (diff) | |
parent | daefc8d99b9c86acff909b8fa0b3bf9753d107a2 (diff) |
Merge "Fix instance detail for CCVPN"
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css index d0479145..704b2eb2 100644 --- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css +++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.css @@ -147,6 +147,27 @@ hr { width: 110px; } +.model .sitemodel .inputs ul li span,.model .sotnnpnmodel .inputs ul li span { + display: inline-block; + line-height: 35px; + font-size: 14px; + font-weight: 500; + color: #3C4F8C; + margin-left: 10px; + vertical-align: middle; + float: left; +} +.model .sitemodel .inputs input,.model .sitemodel .inputs nz-select{ + width: 186px; + float: right; + margin-right: 60px; +} +.model .sotnnpnmodel .inputs input{ + width: 186px; + float: left; + margin-left: 20px; +} + /* addsite model */ .model .sitemodel,.model .sotnnpnmodel{ position: absolute; |