|
- /* 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 8, ../sass/screen.scss */
- .clr {
- clear: both;
- }
-
- /* line 13, ../sass/screen.scss */
- .nav-header .retour-site {
- border-left: solid 1px #9d9d9d;
- padding: 10px 15px;
- }
-
- /* line 23, ../sass/screen.scss */
- .table thead th.actions {
- width: 220px;
- }
- /* line 26, ../sass/screen.scss */
- .table thead th.order {
- width: 58px;
- }
- /* line 29, ../sass/screen.scss */
- .table thead th.actif {
- width: 75px;
- text-align: center;
- }
- /* line 35, ../sass/screen.scss */
- .table tbody td.center {
- text-align: center;
- }
-
- /* line 43, ../sass/screen.scss */
- #page-commande h1 .btn-group {
- float: right;
- }
- /* line 48, ../sass/screen.scss */
- #page-commande #jours-production {
- display: none;
- }
- /* line 53, ../sass/screen.scss */
- #page-commande #calendar .fc-header-title {
- margin-left: 10px;
- }
- /* line 59, ../sass/screen.scss */
- #page-commande #calendar .dayWithEvent {
- background-color: #fee48d;
- cursor: pointer;
- }
- /* line 63, ../sass/screen.scss */
- #page-commande #calendar .fc-event-container {
- display: none;
- }
- /* line 64, ../sass/screen.scss */
- #page-commande #calendar .fc-today {
- border-bottom: solid 1px #C9302C;
- background-color: white;
- }
- /* line 68, ../sass/screen.scss */
- #page-commande #calendar .fc-today.dayWithEvent {
- background-color: #fee48d;
- }
- /* line 73, ../sass/screen.scss */
- #page-commande #calendar .fc-day {
- cursor: pointer;
- text-align: center;
- }
- /* line 76, ../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 81, ../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 85, ../sass/screen.scss */
- #page-commande #calendar .fc-day-number {
- float: none;
- padding-top: 2px;
- }
- /* line 92, ../sass/screen.scss */
- #page-commande #produits-production input.quantite-max {
- background-color: white;
- border: 1px solid #e0e0e0;
- text-align: center;
- width: 50px;
- }
- /* line 100, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente {
- margin-top: 20px;
- }
- /* line 104, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .title-point-vente {
- background-color: #fff8e2;
- border-left: solid 3px #fdd44b;
- font-weight: bold;
- }
- /* line 110, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente input.quantite {
- width: 50px;
- background-color: white;
- border: solid 1px #e0e0e0;
- text-align: center;
- }
- /* line 117, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .td-produit {
- text-align: center;
- }
- /* line 121, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .submit-pv {
- float: right;
- }
- /* line 125, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .select-user {
- background-color: #F9F9F9;
- border: solid 1px #e0e0e0;
- }
- /* line 130, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .date-commande {
- font-size: 12px;
- }
- /* line 134, ../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 142, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.center {
- text-align: center;
- }
- /* line 146, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .depasse {
- color: #b32815;
- }
- /* line 150, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .total strong span {
- font-weight: normal;
- font-size: 13px;
- }
- /* line 155, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .vrac {
- display: none;
- }
-
- /* line 167, ../sass/screen.scss */
- #email-masse-form #ids-users {
- line-height: 30px;
- }
- /* line 169, ../sass/screen.scss */
- #email-masse-form #ids-users .label {
- text-transform: capitalize;
- }
|