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.

378 lines
10KB

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