|
- /* Welcome to Compass.
- * In this file you should write your main styles. (or centralize your imports)
- * Import this file using the following HTML or equivalent:
- * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
- /* line 11, ../sass/screen.scss */
- .clr {
- clear: both;
- }
-
- /* line 15, ../sass/screen.scss */
- a {
- color: #BB8757;
- }
- /* line 18, ../sass/screen.scss */
- a:hover, a:focus, a:active {
- color: #9f6e40;
- }
-
- /* line 23, ../sass/screen.scss */
- .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- }
-
- /* line 27, ../sass/screen.scss */
- .pagination > li > a, .pagination > li > span {
- color: #BB8757;
- }
- /* line 29, ../sass/screen.scss */
- .pagination > li > a:hover, .pagination > li > span:hover {
- color: #9f6e40;
- }
-
- /* line 35, ../sass/screen.scss */
- .wrap .btn-primary,
- .wrap .btn-success {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- }
- /* line 40, ../sass/screen.scss */
- .wrap .btn-primary:hover, .wrap .btn-primary:focus, .wrap .btn-primary:active,
- .wrap .btn-success:hover,
- .wrap .btn-success:focus,
- .wrap .btn-success:active {
- background-color: #9f6e40;
- border: solid 1px #9f6e40;
- }
-
- /* line 48, ../sass/screen.scss */
- .nav-header .retour-site {
- border-left: solid 1px #F8F1DD;
- padding: 10px 15px;
- }
-
- /* line 55, ../sass/screen.scss */
- .navbar-brand .logo {
- height: 40px;
- position: relative;
- top: -10px;
- }
-
- /* line 62, ../sass/screen.scss */
- .container-body {
- padding-top: 117px;
- padding-bottom: 50px;
- }
-
- /* line 67, ../sass/screen.scss */
- .navbar-inverse {
- background-color: #BB8757;
- border-bottom: 0px none;
- }
- /* line 71, ../sass/screen.scss */
- .navbar-inverse .navbar-nav {
- padding-top: 12px;
- }
- /* line 75, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li > a {
- color: white;
- padding: 3px 14px;
- }
- /* line 79, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li > a:hover {
- color: #F8F1DD;
- }
- /* line 85, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li.active a {
- background-color: #F8F1DD;
- color: #BB8757;
- padding: 3px 14px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- /* line 91, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li.active a:hover {
- background-color: #BB8757;
- color: #BB8757;
- }
-
- /* line 99, ../sass/screen.scss */
- .nom-boulange {
- margin-bottom: 15px;
- text-align: left;
- position: fixed;
- top: 51px;
- left: 0px;
- width: 100%;
- background-color: #515151;
- background-color: #F8F1DD;
- color: #8d6139;
- z-index: 100;
- font-size: 20px;
- padding: 8px 15px;
- padding-bottom: 2px;
- padding-top: 5px;
- border-bottom: solid 1px #e0e0e0;
- -moz-box-shadow: 0px 0px 5px gray;
- -webkit-box-shadow: 0px 0px 5px gray;
- box-shadow: 0px 0px 5px gray;
- }
- /* line 118, ../sass/screen.scss */
- .nom-boulange #etat-paiement-etablissement {
- float: right;
- text-align: right;
- color: #8d6139;
- font-size: 16px;
- }
- /* line 123, ../sass/screen.scss */
- .nom-boulange #etat-paiement-etablissement .strong {
- background-color: white;
- color: #BB8757;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- padding: 0px 10px;
- }
- /* line 129, ../sass/screen.scss */
- .nom-boulange #etat-paiement-etablissement .btn {
- padding: 2px 5px;
- }
-
- /* line 137, ../sass/screen.scss */
- .table thead th.actions {
- width: 220px;
- }
- /* line 140, ../sass/screen.scss */
- .table thead th.order {
- width: 58px;
- }
- /* line 143, ../sass/screen.scss */
- .table thead th.actif {
- width: 75px;
- text-align: center;
- }
- /* line 149, ../sass/screen.scss */
- .table tbody td.center {
- text-align: center;
- }
-
- /* line 162, ../sass/screen.scss */
- #page-commande h1 .btn-group {
- float: right;
- }
- /* line 167, ../sass/screen.scss */
- #page-commande #jours-production {
- display: none;
- }
- /* line 173, ../sass/screen.scss */
- #page-commande #calendar h2 {
- font-size: 20px;
- position: relative;
- top: 3px;
- }
- /* line 179, ../sass/screen.scss */
- #page-commande #calendar .fc-header-title {
- margin-left: 10px;
- }
- /* line 185, ../sass/screen.scss */
- #page-commande #calendar .dayWithEvent {
- background-color: #fee48d;
- cursor: pointer;
- }
- /* line 189, ../sass/screen.scss */
- #page-commande #calendar .fc-event-container {
- display: none;
- }
- /* line 190, ../sass/screen.scss */
- #page-commande #calendar .fc-today {
- border-bottom: solid 1px #C9302C;
- background-color: white;
- }
- /* line 194, ../sass/screen.scss */
- #page-commande #calendar .fc-today.dayWithEvent {
- background-color: #fee48d;
- }
- /* line 199, ../sass/screen.scss */
- #page-commande #calendar .fc-day {
- cursor: pointer;
- text-align: center;
- }
- /* line 202, ../sass/screen.scss */
- #page-commande #calendar .fc-day:hover {
- -moz-box-shadow: 0px 0px 2px black inset;
- -webkit-box-shadow: 0px 0px 2px black inset;
- box-shadow: 0px 0px 2px black inset;
- }
- /* line 207, ../sass/screen.scss */
- #page-commande #calendar .current-date {
- -moz-box-shadow: 0px 0px 2px black inset;
- -webkit-box-shadow: 0px 0px 2px black inset;
- box-shadow: 0px 0px 2px black inset;
- }
- /* line 211, ../sass/screen.scss */
- #page-commande #calendar .fc-day-number {
- float: none;
- padding-top: 2px;
- }
- /* line 223, ../sass/screen.scss */
- #page-commande #produits-production .overflow table {
- width: 100%;
- }
- /* line 227, ../sass/screen.scss */
- #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 {
- display: block;
- }
- /* line 229, ../sass/screen.scss */
- #page-commande #produits-production .overflow tr:after {
- content: ' ';
- display: block;
- visibility: hidden;
- clear: both;
- }
- /* line 236, ../sass/screen.scss */
- #page-commande #produits-production .overflow thead th {
- height: 30px;
- /*text-align: left;*/
- }
- /* line 242, ../sass/screen.scss */
- #page-commande #produits-production .overflow tbody {
- height: 200px;
- overflow-y: auto;
- }
- /* line 250, ../sass/screen.scss */
- #page-commande #produits-production .overflow thead th {
- width: 32%;
- float: left;
- }
- /* line 255, ../sass/screen.scss */
- #page-commande #produits-production .overflow tbody td {
- width: 33%;
- float: left;
- }
- /* line 260, ../sass/screen.scss */
- #page-commande #produits-production .overflow .td-produit {
- width: 60%;
- }
- /* line 263, ../sass/screen.scss */
- #page-commande #produits-production .overflow .td-actif, #page-commande #produits-production .overflow .td-max {
- width: 20%;
- text-align: center;
- }
- /* line 269, ../sass/screen.scss */
- #page-commande #produits-production .overflow thead .td-produit {
- width: 57%;
- }
- /* line 275, ../sass/screen.scss */
- #page-commande #produits-production input.quantite-max {
- background-color: white;
- border: 1px solid #e0e0e0;
- text-align: center;
- width: 50px;
- }
- /* line 283, ../sass/screen.scss */
- #page-commande #produits-production td label {
- font-weight: normal;
- }
- /* line 289, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente {
- margin-top: 20px;
- }
- /* line 293, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente table {
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 297, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .title-point-vente {
- background-color: #fff8e2;
- border-left: solid 3px #BB8757;
- font-weight: bold;
- text-align: left;
- padding: 10px;
- }
- /* line 305, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .title-totaux {
- text-align: center;
- }
- /* line 309, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .border-left {
- border-left: solid 1px #e0e0e0;
- }
- /* line 313, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .border-right {
- border-right: solid 1px #e0e0e0;
- }
- /* line 317, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente input.quantite {
- width: 30px;
- background-color: white;
- border: solid 1px #e0e0e0;
- text-align: center;
- }
- /* line 325, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .td-produit {
- text-align: center;
- }
- /* line 329, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .submit-pv {
- float: right;
- }
- /* line 333, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .select-user {
- background-color: #F9F9F9;
- border: solid 1px #e0e0e0;
- }
- /* line 338, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .date-commande {
- font-size: 12px;
- }
- /* line 342, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
- background-color: white;
- border: solid 1px #e0e0e0;
- margin-top: 3px;
- width: 100px;
- }
- /* line 350, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.center {
- text-align: center;
- }
- /* line 356, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .depasse {
- color: #b32815;
- }
- /* line 360, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .total strong span {
- font-weight: normal;
- font-size: 13px;
- }
- /* line 365, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .vrac {
- display: none;
- }
- /* line 369, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.client {
- text-align: left;
- padding: 3px;
- }
- /* line 372, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.client .date-commande {
- color: gray;
- }
- /* line 383, ../sass/screen.scss */
- #page-commande .table-header-rotated td {
- width: 20px;
- padding: 0px;
- border-top: 1px solid #dddddd;
- border-left: 1px solid #dddddd;
- border-right: 1px solid #dddddd;
- vertical-align: middle;
- text-align: center;
- }
- /* line 393, ../sass/screen.scss */
- #page-commande .table-header-rotated th.rotate-45 {
- height: 80px;
- width: 20px;
- min-width: 20px;
- max-width: 20px;
- position: relative;
- vertical-align: bottom;
- padding: 0;
- font-size: 12px;
- line-height: 0.8;
- }
- /* line 405, ../sass/screen.scss */
- #page-commande .table-header-rotated th.rotate-45 > div {
- position: relative;
- top: 0px;
- left: 40px;
- /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
- height: 100%;
- -ms-transform: skew(-45deg, 0deg);
- -moz-transform: skew(-45deg, 0deg);
- -webkit-transform: skew(-45deg, 0deg);
- -o-transform: skew(-45deg, 0deg);
- transform: skew(-45deg, 0deg);
- overflow: hidden;
- border-left: 1px solid #dddddd;
- border-right: 1px solid #dddddd;
- border-top: 1px solid #dddddd;
- }
- /* line 421, ../sass/screen.scss */
- #page-commande .table-header-rotated th.rotate-45 span {
- -ms-transform: skew(45deg, 0deg) rotate(315deg);
- -moz-transform: skew(45deg, 0deg) rotate(315deg);
- -webkit-transform: skew(45deg, 0deg) rotate(315deg);
- -o-transform: skew(45deg, 0deg) rotate(315deg);
- transform: skew(45deg, 0deg) rotate(315deg);
- position: absolute;
- bottom: 30px;
- /* 40 cos(45) = 28 with an additional 2px margin*/
- bottom: 16px;
- left: -25px;
- /*Because it looked good, but there is probably a mathematical link here as well*/
- left: 0px;
- display: inline-block;
- width: 85px;
- /* 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*/
- width: 43px;
- text-align: left;
- white-space: nowrap;
- /*whether to display in one line or not*/
- }
-
- /* line 446, ../sass/screen.scss */
- #email-masse-form #ids-users {
- line-height: 30px;
- }
- /* line 448, ../sass/screen.scss */
- #email-masse-form #ids-users .label {
- text-transform: capitalize;
- }
-
- /* line 456, ../sass/screen.scss */
- .produit-create #jours-production .form-group {
- float: left;
- margin-right: 15px;
- }
- /* line 460, ../sass/screen.scss */
- .produit-create #jours-production .form-group label {
- font-weight: normal;
- }
- /* line 465, ../sass/screen.scss */
- .produit-create .field-produit-id_etablissement {
- display: none;
- }
-
- /* line 471, ../sass/screen.scss */
- .produit-index .td-photo {
- max-width: 100px;
- width: 100px;
- }
- /* line 475, ../sass/screen.scss */
- .produit-index .photo-produit {
- max-width: 100px;
- }
|