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.

99 lines
1.8KB

  1. .product-create,
  2. .product-update {
  3. .field-product-status,
  4. .field-product-is_available_for_subscriptions {
  5. label {
  6. display: block;
  7. }
  8. }
  9. #product-active {
  10. label {
  11. margin-right: 15px ;
  12. }
  13. }
  14. .field-product-photofile {
  15. label {
  16. display: none;
  17. }
  18. }
  19. #maximum-quantities {
  20. label, .form-control {
  21. width: 49%;
  22. height: 35px;
  23. margin-bottom: 5px;
  24. }
  25. label {
  26. float: left;
  27. line-height: 35px;
  28. }
  29. .form-control {
  30. float: right;
  31. }
  32. }
  33. #days-production {
  34. padding-left: 3px;
  35. .form-group {
  36. margin-bottom: 7px;
  37. }
  38. label {
  39. font-weight: normal ;
  40. input {
  41. position: relative;
  42. top: 1px;
  43. left: -3px;
  44. }
  45. }
  46. .checkbox {
  47. margin-top: 0px;
  48. }
  49. .field-product-sunday {
  50. margin-bottom: 0px;
  51. .checkbox {
  52. margin-bottom: 0px;
  53. }
  54. }
  55. }
  56. #availability-points-sale {
  57. #label-availability-points-sale {
  58. display: block;
  59. margin-bottom: 6px;
  60. span {
  61. border-bottom: dotted 1px black;
  62. }
  63. }
  64. .field-product-available_on_points_sale {
  65. label.control-label {
  66. margin-bottom: 0px;
  67. position: relative;
  68. top: 3px;
  69. }
  70. }
  71. #product-pointssale {
  72. max-height: 300px;
  73. overflow-y: scroll ;
  74. label {
  75. display: block;
  76. font-weight: normal;
  77. }
  78. }
  79. }
  80. }