From c0a22a689e1330d9f5733dfbd4e4d84c6ca4f6ca Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 1 Aug 2018 13:35:19 +0530 Subject: [PATCH] Item Menu dropdown --- erpnext/public/js/hub/marketplace.js | 12 +++++++++--- erpnext/public/less/hub.less | 6 +++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/erpnext/public/js/hub/marketplace.js b/erpnext/public/js/hub/marketplace.js index 3d4611ad8cf..31cf5daf48a 100644 --- a/erpnext/public/js/hub/marketplace.js +++ b/erpnext/public/js/hub/marketplace.js @@ -460,9 +460,15 @@ erpnext.hub.Item = class Item extends SubPage { ${edit_buttons_html}
- +
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less index 3809c231a85..c7277f28d9d 100644 --- a/erpnext/public/less/hub.less +++ b/erpnext/public/less/hub.less @@ -106,7 +106,7 @@ body[data-route^="marketplace/"] { top: 0; width: 100%; height: 100%; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.05); } .hub-card-overlay-body { @@ -217,4 +217,8 @@ body[data-route^="marketplace/"] { .hub-item-review-container { margin-top: calc(30vh); } + + .hub-item-dropdown { + margin-top: 20px; + } }