You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.6KB

  1. #switch-merchant {
  2. width: 200px ;
  3. }
  4. #switch-merchant select {
  5. width: 100% ;
  6. }
  7. .ui-sortable-helper{ display: table;}
  8. .ui-state-highlight{background: #eee}
  9. .lc-sortable div:last-child{display: none;}
  10. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  11. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap{position:relative; : 100%; height: 139px; display: flex; align-items: center; justify-content: center; background: #eee; background-size: contain;}
  12. .lc-ckfinder-wrap .lc-ckfinder-illu{width: 100%; height: 100%; background-size: contain; position: absolute; top: 0; left: 0;z-index: 1; background-repeat: no-repeat; background-position: center center; }
  13. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  14. .lc-ckfinder-wrap .lc-ckfinder-remove{border: 0px; font-size: 1.8rem; position: absolute;z-index: 2; color:#dc3545; top: -20px; right: -20px; background: 0; display: none;}
  15. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  16. /* ProductFamily */
  17. .new-productfamily #nav-params,
  18. .edit-productfamily #nav-params {
  19. margin-bottom: 30px ;
  20. }
  21. .new-productfamily #nav-params .btn,
  22. .edit-productfamily #nav-params .btn {
  23. margin-left: 20px ;
  24. }
  25. .new-productfamily #product-categories .row,
  26. .edit-productfamily #product-categories .row {
  27. padding: 10px ;
  28. }
  29. .new-productfamily #product-categories .form-group,
  30. .edit-productfamily #product-categories .form-group {
  31. width: 100% ;
  32. padding: 4px ;
  33. }
  34. .new-productfamily #product-categories .children,
  35. .edit-productfamily #product-categories .children {
  36. margin-left: 20px ;
  37. width: 100% ;
  38. }