Merge pull request #4088 from pichalite/master

Bring back drag and drop functionality for making a category as a child for another category
v1.18.x
Barış Soner Uşaklı 9 years ago
commit d949e485bc

@ -83,7 +83,6 @@ div.categories {
} }
.children-placeholder{ .children-placeholder{
border: 1px dashed #ddd;
min-height: 20px; min-height: 20px;
height: 20px; height: 20px;
} }

@ -26,4 +26,5 @@
</div> </div>
</li> </li>
<!-- END categories --> <!-- END categories -->
<li class="children-placeholder"></li>
</ul> </ul>

Loading…
Cancel
Save