Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

412 rindas
11KB

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