您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

334 行
9.0KB

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