diff options
author | Anjali Walsatwar <anjali.walsatwar@huawei.com> | 2018-04-10 06:14:30 +0000 |
---|---|---|
committer | Anjali Walsatwar <anjali.walsatwar@huawei.com> | 2018-04-10 06:14:30 +0000 |
commit | e14127866eb01dc098a38fcc08aad05b4ee5d152 (patch) | |
tree | 6e5b29a0e5a0e925fe56514bed16b423b213a5d6 /vnfmarket/src/main/webapp | |
parent | 98f5c8eb3af1708250a4364db2a11f1d8eb6ebbe (diff) |
list view Actions button are not aligned correctly
list view Actions button are not aligned correctly
Issue-ID: VNFSDK-241
Change-Id: I4def17720d8edf2ff2f1336715a3eb533ee324b2
Signed-off-by: Anjali Walsatwar <anjali.walsatwar@huawei.com>
Diffstat (limited to 'vnfmarket/src/main/webapp')
-rw-r--r-- | vnfmarket/src/main/webapp/vnfmarket/common/css/home.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css index b6e0b613..6c7aab05 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css +++ b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css @@ -968,9 +968,8 @@ input { }
#listView .btnIconSpacing {
- top: -2px !important;
- position: relative;
- /*top: -2px;*/
+ top: 0px !important;
+ position: relative;
left: -3px;
}
@@ -997,4 +996,4 @@ input { }
.navbar {
min-height: 43px;
-}
\ No newline at end of file +}
|