|
- /* 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 14, ../sass/screen.scss */
- #page-commande h1 .btn-group {
- float: right;
- }
- /* line 19, ../sass/screen.scss */
- #page-commande #jours-production {
- display: none;
- }
- /* line 24, ../sass/screen.scss */
- #page-commande #calendar .fc-header-title {
- margin-left: 10px;
- }
- /* line 30, ../sass/screen.scss */
- #page-commande #calendar .dayWithEvent {
- background-color: #fee48d;
- cursor: pointer;
- }
- /* line 34, ../sass/screen.scss */
- #page-commande #calendar .fc-event-container {
- display: none;
- }
- /* line 35, ../sass/screen.scss */
- #page-commande #calendar .fc-today {
- border-bottom: solid 1px #C9302C;
- background-color: white;
- }
- /* line 39, ../sass/screen.scss */
- #page-commande #calendar .fc-today.dayWithEvent {
- background-color: #fee48d;
- }
- /* line 44, ../sass/screen.scss */
- #page-commande #calendar .fc-day {
- cursor: pointer;
- text-align: center;
- }
- /* line 47, ../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 52, ../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 56, ../sass/screen.scss */
- #page-commande #calendar .fc-day-number {
- float: none;
- padding-top: 2px;
- }
- /* line 63, ../sass/screen.scss */
- #page-commande #produits-production input.quantite-max {
- background-color: white;
- border: 1px solid #e0e0e0;
- text-align: center;
- width: 50px;
- }
- /* line 71, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente {
- margin-top: 20px;
- }
- /* line 75, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .title-point-vente {
- background-color: #fff8e2;
- border-left: solid 3px #fdd44b;
- font-weight: bold;
- }
- /* line 81, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente input.quantite {
- width: 50px;
- background-color: white;
- border: solid 1px #e0e0e0;
- text-align: center;
- }
- /* line 88, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .td-produit {
- text-align: center;
- }
- /* line 92, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .submit-pv {
- float: right;
- }
- /* line 96, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .select-user {
- background-color: #F9F9F9;
- border: solid 1px #e0e0e0;
- }
- /* line 101, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .date-commande {
- font-size: 12px;
- }
- /* line 105, ../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 113, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.center {
- text-align: center;
- }
- /* line 117, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .depasse {
- color: #b32815;
- }
- /* line 121, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .total strong span {
- font-weight: normal;
- font-size: 13px;
- }
- /* line 126, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .vrac {
- display: none;
- }
-
- /* line 138, ../sass/screen.scss */
- #email-masse-form #ids-users {
- line-height: 30px;
- }
- /* line 140, ../sass/screen.scss */
- #email-masse-form #ids-users .label {
- text-transform: capitalize;
- }
|