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.

327 lines
8.8KB

  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 12, ../sass/screen.scss */
  10. .nav-header {
  11. -moz-box-shadow: 0px 0px 5px black;
  12. -webkit-box-shadow: 0px 0px 5px black;
  13. box-shadow: 0px 0px 5px black;
  14. }
  15. /* line 14, ../sass/screen.scss */
  16. .nav-header .retour-site {
  17. border-left: solid 1px #9d9d9d;
  18. padding: 10px 15px;
  19. }
  20. /* line 22, ../sass/screen.scss */
  21. .container-body {
  22. padding-top: 70px;
  23. }
  24. /* line 26, ../sass/screen.scss */
  25. .nom-boulange {
  26. margin-bottom: 15px;
  27. text-align: center;
  28. }
  29. /* line 29, ../sass/screen.scss */
  30. .nom-boulange span {
  31. position: relative;
  32. top: -12px;
  33. background-color: #337ab7;
  34. color: white;
  35. -moz-border-radius: 0px 0px 5px 5px;
  36. -webkit-border-radius: 0px;
  37. border-radius: 0px 0px 5px 5px;
  38. font-size: 20px;
  39. padding: 8px 15px;
  40. margin-bottom: 20px;
  41. }
  42. /* line 43, ../sass/screen.scss */
  43. .table thead th.actions {
  44. width: 220px;
  45. }
  46. /* line 46, ../sass/screen.scss */
  47. .table thead th.order {
  48. width: 58px;
  49. }
  50. /* line 49, ../sass/screen.scss */
  51. .table thead th.actif {
  52. width: 75px;
  53. text-align: center;
  54. }
  55. /* line 55, ../sass/screen.scss */
  56. .table tbody td.center {
  57. text-align: center;
  58. }
  59. /* line 68, ../sass/screen.scss */
  60. #page-commande h1 .btn-group {
  61. float: right;
  62. }
  63. /* line 73, ../sass/screen.scss */
  64. #page-commande #jours-production {
  65. display: none;
  66. }
  67. /* line 79, ../sass/screen.scss */
  68. #page-commande #calendar h2 {
  69. font-size: 20px;
  70. position: relative;
  71. top: 3px;
  72. }
  73. /* line 85, ../sass/screen.scss */
  74. #page-commande #calendar .fc-header-title {
  75. margin-left: 10px;
  76. }
  77. /* line 91, ../sass/screen.scss */
  78. #page-commande #calendar .dayWithEvent {
  79. background-color: #fee48d;
  80. cursor: pointer;
  81. }
  82. /* line 95, ../sass/screen.scss */
  83. #page-commande #calendar .fc-event-container {
  84. display: none;
  85. }
  86. /* line 96, ../sass/screen.scss */
  87. #page-commande #calendar .fc-today {
  88. border-bottom: solid 1px #C9302C;
  89. background-color: white;
  90. }
  91. /* line 100, ../sass/screen.scss */
  92. #page-commande #calendar .fc-today.dayWithEvent {
  93. background-color: #fee48d;
  94. }
  95. /* line 105, ../sass/screen.scss */
  96. #page-commande #calendar .fc-day {
  97. cursor: pointer;
  98. text-align: center;
  99. }
  100. /* line 108, ../sass/screen.scss */
  101. #page-commande #calendar .fc-day:hover {
  102. -moz-box-shadow: 0px 0px 2px black inset;
  103. -webkit-box-shadow: 0px 0px 2px black inset;
  104. box-shadow: 0px 0px 2px black inset;
  105. }
  106. /* line 113, ../sass/screen.scss */
  107. #page-commande #calendar .current-date {
  108. -moz-box-shadow: 0px 0px 2px black inset;
  109. -webkit-box-shadow: 0px 0px 2px black inset;
  110. box-shadow: 0px 0px 2px black inset;
  111. }
  112. /* line 117, ../sass/screen.scss */
  113. #page-commande #calendar .fc-day-number {
  114. float: none;
  115. padding-top: 2px;
  116. }
  117. /* line 129, ../sass/screen.scss */
  118. #page-commande #produits-production .overflow table {
  119. width: 100%;
  120. }
  121. /* line 133, ../sass/screen.scss */
  122. #page-commande #produits-production .overflow thead, #page-commande #produits-production .overflow tbody, #page-commande #produits-production .overflow tr, #page-commande #produits-production .overflow td, #page-commande #produits-production .overflow th {
  123. display: block;
  124. }
  125. /* line 135, ../sass/screen.scss */
  126. #page-commande #produits-production .overflow tr:after {
  127. content: ' ';
  128. display: block;
  129. visibility: hidden;
  130. clear: both;
  131. }
  132. /* line 142, ../sass/screen.scss */
  133. #page-commande #produits-production .overflow thead th {
  134. height: 30px;
  135. /*text-align: left;*/
  136. }
  137. /* line 148, ../sass/screen.scss */
  138. #page-commande #produits-production .overflow tbody {
  139. height: 200px;
  140. overflow-y: auto;
  141. }
  142. /* line 153, ../sass/screen.scss */
  143. #page-commande #produits-production .overflow thead {
  144. /* fallback */
  145. }
  146. /* line 157, ../sass/screen.scss */
  147. #page-commande #produits-production .overflow thead th {
  148. width: 32%;
  149. float: left;
  150. }
  151. /* line 162, ../sass/screen.scss */
  152. #page-commande #produits-production .overflow tbody td {
  153. width: 33%;
  154. float: left;
  155. }
  156. /* line 168, ../sass/screen.scss */
  157. #page-commande #produits-production input.quantite-max {
  158. background-color: white;
  159. border: 1px solid #e0e0e0;
  160. text-align: center;
  161. width: 50px;
  162. }
  163. /* line 176, ../sass/screen.scss */
  164. #page-commande #produits-production td label {
  165. font-weight: normal;
  166. }
  167. /* line 182, ../sass/screen.scss */
  168. #page-commande .form-commandes-point-vente {
  169. margin-top: 20px;
  170. }
  171. /* line 186, ../sass/screen.scss */
  172. #page-commande .form-commandes-point-vente table {
  173. border-bottom: solid 1px #e0e0e0;
  174. }
  175. /* line 190, ../sass/screen.scss */
  176. #page-commande .form-commandes-point-vente .title-point-vente {
  177. background-color: #fff8e2;
  178. border-left: solid 3px #fdd44b;
  179. font-weight: bold;
  180. text-align: left;
  181. padding: 10px;
  182. }
  183. /* line 198, ../sass/screen.scss */
  184. #page-commande .form-commandes-point-vente .title-totaux {
  185. text-align: center;
  186. }
  187. /* line 202, ../sass/screen.scss */
  188. #page-commande .form-commandes-point-vente .border-left {
  189. border-left: solid 1px #e0e0e0;
  190. }
  191. /* line 206, ../sass/screen.scss */
  192. #page-commande .form-commandes-point-vente .border-right {
  193. border-right: solid 1px #e0e0e0;
  194. }
  195. /* line 210, ../sass/screen.scss */
  196. #page-commande .form-commandes-point-vente input.quantite {
  197. width: 30px;
  198. background-color: white;
  199. border: solid 1px #e0e0e0;
  200. text-align: center;
  201. }
  202. /* line 218, ../sass/screen.scss */
  203. #page-commande .form-commandes-point-vente .td-produit {
  204. text-align: center;
  205. }
  206. /* line 222, ../sass/screen.scss */
  207. #page-commande .form-commandes-point-vente .submit-pv {
  208. float: right;
  209. }
  210. /* line 226, ../sass/screen.scss */
  211. #page-commande .form-commandes-point-vente .select-user {
  212. background-color: #F9F9F9;
  213. border: solid 1px #e0e0e0;
  214. }
  215. /* line 231, ../sass/screen.scss */
  216. #page-commande .form-commandes-point-vente .date-commande {
  217. font-size: 12px;
  218. }
  219. /* line 235, ../sass/screen.scss */
  220. #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
  221. background-color: white;
  222. border: solid 1px #e0e0e0;
  223. margin-top: 3px;
  224. width: 100px;
  225. }
  226. /* line 243, ../sass/screen.scss */
  227. #page-commande .form-commandes-point-vente td.center {
  228. text-align: center;
  229. }
  230. /* line 249, ../sass/screen.scss */
  231. #page-commande .form-commandes-point-vente .depasse {
  232. color: #b32815;
  233. }
  234. /* line 253, ../sass/screen.scss */
  235. #page-commande .form-commandes-point-vente .total strong span {
  236. font-weight: normal;
  237. font-size: 13px;
  238. }
  239. /* line 258, ../sass/screen.scss */
  240. #page-commande .form-commandes-point-vente .vrac {
  241. display: none;
  242. }
  243. /* line 262, ../sass/screen.scss */
  244. #page-commande .form-commandes-point-vente td.client {
  245. text-align: left;
  246. padding: 3px;
  247. }
  248. /* line 265, ../sass/screen.scss */
  249. #page-commande .form-commandes-point-vente td.client .date-commande {
  250. color: gray;
  251. }
  252. /* line 276, ../sass/screen.scss */
  253. #page-commande .table-header-rotated td {
  254. width: 20px;
  255. padding: 0px;
  256. border-top: 1px solid #dddddd;
  257. border-left: 1px solid #dddddd;
  258. border-right: 1px solid #dddddd;
  259. vertical-align: middle;
  260. text-align: center;
  261. }
  262. /* line 286, ../sass/screen.scss */
  263. #page-commande .table-header-rotated th.rotate-45 {
  264. height: 80px;
  265. width: 20px;
  266. min-width: 20px;
  267. max-width: 20px;
  268. position: relative;
  269. vertical-align: bottom;
  270. padding: 0;
  271. font-size: 12px;
  272. line-height: 0.8;
  273. }
  274. /* line 298, ../sass/screen.scss */
  275. #page-commande .table-header-rotated th.rotate-45 > div {
  276. position: relative;
  277. top: 0px;
  278. left: 40px;
  279. /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  280. height: 100%;
  281. -ms-transform: skew(-45deg, 0deg);
  282. -moz-transform: skew(-45deg, 0deg);
  283. -webkit-transform: skew(-45deg, 0deg);
  284. -o-transform: skew(-45deg, 0deg);
  285. transform: skew(-45deg, 0deg);
  286. overflow: hidden;
  287. border-left: 1px solid #dddddd;
  288. border-right: 1px solid #dddddd;
  289. border-top: 1px solid #dddddd;
  290. }
  291. /* line 314, ../sass/screen.scss */
  292. #page-commande .table-header-rotated th.rotate-45 span {
  293. -ms-transform: skew(45deg, 0deg) rotate(315deg);
  294. -moz-transform: skew(45deg, 0deg) rotate(315deg);
  295. -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  296. -o-transform: skew(45deg, 0deg) rotate(315deg);
  297. transform: skew(45deg, 0deg) rotate(315deg);
  298. position: absolute;
  299. bottom: 30px;
  300. /* 40 cos(45) = 28 with an additional 2px margin*/
  301. bottom: 16px;
  302. left: -25px;
  303. /*Because it looked good, but there is probably a mathematical link here as well*/
  304. left: 0px;
  305. display: inline-block;
  306. width: 85px;
  307. /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  308. width: 43px;
  309. text-align: left;
  310. white-space: nowrap;
  311. /*whether to display in one line or not*/
  312. }
  313. /* line 339, ../sass/screen.scss */
  314. #email-masse-form #ids-users {
  315. line-height: 30px;
  316. }
  317. /* line 341, ../sass/screen.scss */
  318. #email-masse-form #ids-users .label {
  319. text-transform: capitalize;
  320. }