From e14127866eb01dc098a38fcc08aad05b4ee5d152 Mon Sep 17 00:00:00 2001 From: Anjali Walsatwar Date: Tue, 10 Apr 2018 06:14:30 +0000 Subject: 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 --- vnfmarket/src/main/webapp/vnfmarket/common/css/home.css | 7 +++---- 1 file 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 +} -- cgit 1.2.3-korg