summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnjali Walsatwar <anjali.walsatwar@huawei.com>2018-04-10 06:14:30 +0000
committerAnjali Walsatwar <anjali.walsatwar@huawei.com>2018-04-10 06:14:30 +0000
commite14127866eb01dc098a38fcc08aad05b4ee5d152 (patch)
tree6e5b29a0e5a0e925fe56514bed16b423b213a5d6
parent98f5c8eb3af1708250a4364db2a11f1d8eb6ebbe (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>
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/common/css/home.css7
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
+}