Item Menu dropdown
This commit is contained in:
parent
a12076e0fd
commit
c0a22a689e
@ -460,9 +460,15 @@ erpnext.hub.Item = class Item extends SubPage {
|
||||
${edit_buttons_html}
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
<button class="btn btn-xs btn-default">
|
||||
Menu
|
||||
</button>
|
||||
<div class="dropdown pull-right hub-item-dropdown">
|
||||
<a class="dropdown-toggle btn btn-xs btn-default" data-toggle="dropdown">
|
||||
<span class="caret"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-right" role="menu">
|
||||
<li><a>Edit Details</a></li>
|
||||
<li><a>Unpublish</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row hub-item-seller">
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user