From: Anjali Walsatwar Date: Tue, 10 Apr 2018 06:14:30 +0000 (+0000) Subject: list view Actions button are not aligned correctly X-Git-Tag: v1.1.1~46 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F41881%2F1;p=vnfsdk%2Frefrepo.git 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 --- 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 +}