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.

160 lines
4.2KB

  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. /* line 8, ../sass/screen.scss */
  6. .clr {
  7. clear: both;
  8. }
  9. /* line 13, ../sass/screen.scss */
  10. .nav-header .retour-site {
  11. border-left: solid 1px #9d9d9d;
  12. padding: 10px 15px;
  13. }
  14. /* line 23, ../sass/screen.scss */
  15. .table thead th.actions {
  16. width: 220px;
  17. }
  18. /* line 26, ../sass/screen.scss */
  19. .table thead th.order {
  20. width: 58px;
  21. }
  22. /* line 29, ../sass/screen.scss */
  23. .table thead th.actif {
  24. width: 75px;
  25. text-align: center;
  26. }
  27. /* line 35, ../sass/screen.scss */
  28. .table tbody td.center {
  29. text-align: center;
  30. }
  31. /* line 43, ../sass/screen.scss */
  32. #page-commande h1 .btn-group {
  33. float: right;
  34. }
  35. /* line 48, ../sass/screen.scss */
  36. #page-commande #jours-production {
  37. display: none;
  38. }
  39. /* line 53, ../sass/screen.scss */
  40. #page-commande #calendar .fc-header-title {
  41. margin-left: 10px;
  42. }
  43. /* line 59, ../sass/screen.scss */
  44. #page-commande #calendar .dayWithEvent {
  45. background-color: #fee48d;
  46. cursor: pointer;
  47. }
  48. /* line 63, ../sass/screen.scss */
  49. #page-commande #calendar .fc-event-container {
  50. display: none;
  51. }
  52. /* line 64, ../sass/screen.scss */
  53. #page-commande #calendar .fc-today {
  54. border-bottom: solid 1px #C9302C;
  55. background-color: white;
  56. }
  57. /* line 68, ../sass/screen.scss */
  58. #page-commande #calendar .fc-today.dayWithEvent {
  59. background-color: #fee48d;
  60. }
  61. /* line 73, ../sass/screen.scss */
  62. #page-commande #calendar .fc-day {
  63. cursor: pointer;
  64. text-align: center;
  65. }
  66. /* line 76, ../sass/screen.scss */
  67. #page-commande #calendar .fc-day:hover {
  68. -moz-box-shadow: 0px 0px 2px black inset;
  69. -webkit-box-shadow: 0px 0px 2px black inset;
  70. box-shadow: 0px 0px 2px black inset;
  71. }
  72. /* line 81, ../sass/screen.scss */
  73. #page-commande #calendar .current-date {
  74. -moz-box-shadow: 0px 0px 2px black inset;
  75. -webkit-box-shadow: 0px 0px 2px black inset;
  76. box-shadow: 0px 0px 2px black inset;
  77. }
  78. /* line 85, ../sass/screen.scss */
  79. #page-commande #calendar .fc-day-number {
  80. float: none;
  81. padding-top: 2px;
  82. }
  83. /* line 92, ../sass/screen.scss */
  84. #page-commande #produits-production input.quantite-max {
  85. background-color: white;
  86. border: 1px solid #e0e0e0;
  87. text-align: center;
  88. width: 50px;
  89. }
  90. /* line 100, ../sass/screen.scss */
  91. #page-commande .form-commandes-point-vente {
  92. margin-top: 20px;
  93. }
  94. /* line 104, ../sass/screen.scss */
  95. #page-commande .form-commandes-point-vente .title-point-vente {
  96. background-color: #fff8e2;
  97. border-left: solid 3px #fdd44b;
  98. font-weight: bold;
  99. }
  100. /* line 110, ../sass/screen.scss */
  101. #page-commande .form-commandes-point-vente input.quantite {
  102. width: 50px;
  103. background-color: white;
  104. border: solid 1px #e0e0e0;
  105. text-align: center;
  106. }
  107. /* line 117, ../sass/screen.scss */
  108. #page-commande .form-commandes-point-vente .td-produit {
  109. text-align: center;
  110. }
  111. /* line 121, ../sass/screen.scss */
  112. #page-commande .form-commandes-point-vente .submit-pv {
  113. float: right;
  114. }
  115. /* line 125, ../sass/screen.scss */
  116. #page-commande .form-commandes-point-vente .select-user {
  117. background-color: #F9F9F9;
  118. border: solid 1px #e0e0e0;
  119. }
  120. /* line 130, ../sass/screen.scss */
  121. #page-commande .form-commandes-point-vente .date-commande {
  122. font-size: 12px;
  123. }
  124. /* line 134, ../sass/screen.scss */
  125. #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
  126. background-color: white;
  127. border: solid 1px #e0e0e0;
  128. margin-top: 3px;
  129. width: 100px;
  130. }
  131. /* line 142, ../sass/screen.scss */
  132. #page-commande .form-commandes-point-vente td.center {
  133. text-align: center;
  134. }
  135. /* line 146, ../sass/screen.scss */
  136. #page-commande .form-commandes-point-vente .depasse {
  137. color: #b32815;
  138. }
  139. /* line 150, ../sass/screen.scss */
  140. #page-commande .form-commandes-point-vente .total strong span {
  141. font-weight: normal;
  142. font-size: 13px;
  143. }
  144. /* line 155, ../sass/screen.scss */
  145. #page-commande .form-commandes-point-vente .vrac {
  146. display: none;
  147. }
  148. /* line 167, ../sass/screen.scss */
  149. #email-masse-form #ids-users {
  150. line-height: 30px;
  151. }
  152. /* line 169, ../sass/screen.scss */
  153. #email-masse-form #ids-users .label {
  154. text-transform: capitalize;
  155. }