選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

136 行
3.7KB

  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 14, ../sass/screen.scss */
  10. #page-commande h1 .btn-group {
  11. float: right;
  12. }
  13. /* line 19, ../sass/screen.scss */
  14. #page-commande #jours-production {
  15. display: none;
  16. }
  17. /* line 24, ../sass/screen.scss */
  18. #page-commande #calendar .fc-header-title {
  19. margin-left: 10px;
  20. }
  21. /* line 30, ../sass/screen.scss */
  22. #page-commande #calendar .dayWithEvent {
  23. background-color: #fee48d;
  24. cursor: pointer;
  25. }
  26. /* line 34, ../sass/screen.scss */
  27. #page-commande #calendar .fc-event-container {
  28. display: none;
  29. }
  30. /* line 35, ../sass/screen.scss */
  31. #page-commande #calendar .fc-today {
  32. border-bottom: solid 1px #C9302C;
  33. background-color: white;
  34. }
  35. /* line 39, ../sass/screen.scss */
  36. #page-commande #calendar .fc-today.dayWithEvent {
  37. background-color: #fee48d;
  38. }
  39. /* line 44, ../sass/screen.scss */
  40. #page-commande #calendar .fc-day {
  41. cursor: pointer;
  42. text-align: center;
  43. }
  44. /* line 47, ../sass/screen.scss */
  45. #page-commande #calendar .fc-day:hover {
  46. -moz-box-shadow: 0px 0px 2px black inset;
  47. -webkit-box-shadow: 0px 0px 2px black inset;
  48. box-shadow: 0px 0px 2px black inset;
  49. }
  50. /* line 52, ../sass/screen.scss */
  51. #page-commande #calendar .current-date {
  52. -moz-box-shadow: 0px 0px 2px black inset;
  53. -webkit-box-shadow: 0px 0px 2px black inset;
  54. box-shadow: 0px 0px 2px black inset;
  55. }
  56. /* line 56, ../sass/screen.scss */
  57. #page-commande #calendar .fc-day-number {
  58. float: none;
  59. padding-top: 2px;
  60. }
  61. /* line 63, ../sass/screen.scss */
  62. #page-commande #produits-production input.quantite-max {
  63. background-color: white;
  64. border: 1px solid #e0e0e0;
  65. text-align: center;
  66. width: 50px;
  67. }
  68. /* line 71, ../sass/screen.scss */
  69. #page-commande .form-commandes-point-vente {
  70. margin-top: 20px;
  71. }
  72. /* line 75, ../sass/screen.scss */
  73. #page-commande .form-commandes-point-vente .title-point-vente {
  74. background-color: #fff8e2;
  75. border-left: solid 3px #fdd44b;
  76. font-weight: bold;
  77. }
  78. /* line 81, ../sass/screen.scss */
  79. #page-commande .form-commandes-point-vente input.quantite {
  80. width: 50px;
  81. background-color: white;
  82. border: solid 1px #e0e0e0;
  83. text-align: center;
  84. }
  85. /* line 88, ../sass/screen.scss */
  86. #page-commande .form-commandes-point-vente .td-produit {
  87. text-align: center;
  88. }
  89. /* line 92, ../sass/screen.scss */
  90. #page-commande .form-commandes-point-vente .submit-pv {
  91. float: right;
  92. }
  93. /* line 96, ../sass/screen.scss */
  94. #page-commande .form-commandes-point-vente .select-user {
  95. background-color: #F9F9F9;
  96. border: solid 1px #e0e0e0;
  97. }
  98. /* line 101, ../sass/screen.scss */
  99. #page-commande .form-commandes-point-vente .date-commande {
  100. font-size: 12px;
  101. }
  102. /* line 105, ../sass/screen.scss */
  103. #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
  104. background-color: white;
  105. border: solid 1px #e0e0e0;
  106. margin-top: 3px;
  107. width: 100px;
  108. }
  109. /* line 113, ../sass/screen.scss */
  110. #page-commande .form-commandes-point-vente td.center {
  111. text-align: center;
  112. }
  113. /* line 117, ../sass/screen.scss */
  114. #page-commande .form-commandes-point-vente .depasse {
  115. color: #b32815;
  116. }
  117. /* line 121, ../sass/screen.scss */
  118. #page-commande .form-commandes-point-vente .total strong span {
  119. font-weight: normal;
  120. font-size: 13px;
  121. }
  122. /* line 126, ../sass/screen.scss */
  123. #page-commande .form-commandes-point-vente .vrac {
  124. display: none;
  125. }
  126. /* line 138, ../sass/screen.scss */
  127. #email-masse-form #ids-users {
  128. line-height: 30px;
  129. }
  130. /* line 140, ../sass/screen.scss */
  131. #email-masse-form #ids-users .label {
  132. text-transform: capitalize;
  133. }