Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

52 lines
959B

  1. .product-create,
  2. .product-update {
  3. #product-active {
  4. label {
  5. margin-right: 15px ;
  6. }
  7. }
  8. #days-production,
  9. #availability-points-sale {
  10. margin-top: 30px ;
  11. h2 {
  12. font-size: 20px ;
  13. }
  14. }
  15. #days-production {
  16. label {
  17. font-weight: normal ;
  18. }
  19. }
  20. #availability-points-sale {
  21. #label-availability-points-sale {
  22. display: block;
  23. margin-bottom: 6px;
  24. span {
  25. border-bottom: dotted 1px black;
  26. }
  27. }
  28. .field-product-available_on_points_sale {
  29. label.control-label {
  30. margin-bottom: 0px;
  31. position: relative;
  32. top: 3px;
  33. }
  34. }
  35. #product-pointssale {
  36. label {
  37. display: block;
  38. font-weight: normal;
  39. }
  40. }
  41. }
  42. }