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.

457 rindas
12KB

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