Bläddra i källkod

Zones : ajout des communes en autocomplétion

reduction
Guillaume 4 år sedan
förälder
incheckning
2e929d0af4
3 ändrade filer med 20 tillägg och 0 borttagningar
  1. +1
    -0
      ShopBundle/Resources/config/easy_admin/base.yaml
  2. +12
    -0
      ShopBundle/Resources/public/css/backend/custom.css
  3. +7
    -0
      ShopBundle/Resources/public/css/backend/jquery-ui.min.css

+ 1
- 0
ShopBundle/Resources/config/easy_admin/base.yaml Visa fil

@@ -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:

+ 12
- 0
ShopBundle/Resources/public/css/backend/custom.css Visa fil

@@ -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 ;
}

+ 7
- 0
ShopBundle/Resources/public/css/backend/jquery-ui.min.css
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


Laddar…
Avbryt
Spara