@@ -17,6 +17,7 @@ easy_admin: | |||
- '/bundles/lcshop/js/backend/script/vuejs-mixins.js' | |||
- '/bundles/lcshop/js/backend/script/vuejs-product-family.js' | |||
css: | |||
- '/bundles/lcshop/css/backend/jquery-ui.min.css' | |||
- '/bundles/lcshop/css/backend/custom.css' | |||
form_theme: |
@@ -91,3 +91,15 @@ | |||
#lc-product-family-edit .products-collection-table td:last-child{border-right: 1px solid #dee2e6;} | |||
#lc-product-family-edit .btn-add-product {margin: 20px 0; float: right;} | |||
#lc-product-family-edit .inherited {color: #888; font-style: italic; font-weight: initial;} | |||
/* DeliveryZone */ | |||
#autocomplete-cities { | |||
position: relative ; | |||
} | |||
#autocomplete-cities .ui-autocomplete { | |||
left: 30% ; | |||
top: 41px ; | |||
margin-left: 18px ; | |||
} |