@import (reference) "libs/bootstrap-3.1.1/bootstrap.less"; @import (reference) "pixel-admin-less/themes/themes.less"; /* Gmaps */ .gmaps { position: relative; small { bottom: 20px; display: inline-block; position: absolute; right: 5px; a { background: #000; color: #fff; display: inline-block; opacity: .8; padding: 2px 5px; text-decoration: none; border-radius: 3px; } a:hover { color: #fff; opacity: 1; } } } /* Jumbotron */ nav.navbar.navbar-default { margin: 0; } .jumbotron { padding-top: 0; padding-bottom: 0; .container .row {margin: 30px;} } /* h1 */ h1.page-header { font-size: 36px; } /* Calendar */ ul.icalendar_list:extend(.nav all, .nav-pills all, .nav-stacked all) {} /* Login */ div.loginForm { h1:extend(.alert all, .alert-warning all) { font-size: 14px; font-weight: normal; } form { .make-md-column(6); .make-md-column-offset(3); table:extend(.table all) { tbody { tr:extend(.form-group) { th { vertical-align: middle ; border: 0; } td { border: 0; input[type='text']:extend(.form-control all) {} input[type='password']:extend(.form-control all) {} input[type='submit']:extend(.btn all, .btn-primary all) {} } td.loginButton { text-align: right; } } } } } } #corps { .make-row(); #nav { .make-md-column(3); ul.onglets:extend(.nav all, .nav-pills all, .nav-stacked all, .well all) { li.ongletSelectionne a:extend(.nav-pills>li.active>a all) {} } } #ongletCourant { #enteteOnglet {} .make-md-column(9); .messageErreur:extend(.alert, .alert-danger) {} .bouton, input[type="button"], input[type="submit"] {&:extend(.btn all, .btn-default all);} input.valeurChamp, select, textarea {&:extend(.form-control all);} textarea {height: 100px;} table {width: 100%;} /* Boutons */ .profilsButtons { margin: 20px 0 10px 0; padding: 0px; position: relative; width: 100%; height: 35px; input.bouton:extend(.btn all, .btn-danger all, .pull-left){} input.bouton.boutonNext:extend(.btn all, .btn-primary all, .pull-right){} input.bouton.boutonPrevious:extend(.btn all, .btn-default all){} input.bouton.boutonAddParticipant:extend(.btn all, .btn-primary all) {float:none !important; margin-bottom:15px;} } /* Identification */ div#messageDoublons:extend(.alert all, .alert-warning all) {} table#tableauDoublons { background-color: transparent; tr:last-child{ text-align: center; } } table.tableauIdentification { background-color: transparent; tbody { tr:not(.checkbox):extend(.form-horizontal .form-group all) { th:extend(.form-horizontal .control-label all) { .make-sm-column(3); text-align: right; } td:not([colspan]) { .make-sm-column(9); margin-bottom: 15px; .erreurChamp:extend(.text-danger) {} } td[colspan] { .make-sm-column(12); } td.containerProfilePicutre { .AjaxFlexibleFileUpload:extend(.form-control-static all) {} .attachmentName:extend(.form-control-static all) {display: inline-block; margin-right: 10px;} // Bouton de suppression de la pièce jointe input[type="button"]:extend(.btn-danger all, .btn-xs all) {} } td .valeurChampErreur { input, textarea, select { &:extend(.has-error .form-control all); } } } } } /* Accompagnants */ table.accompagnants:extend(.table all) { >tbody>tr.ligneEntete:extend(.table>thead>tr all) {} tr:not(.ligneEntete) td:nth-last-child(2), tr:not(.ligneEntete) td:last-child { text-align: right; width: 50px; } tr:not(.ligneEntete) td:last-child input:extend(.btn-danger all){} } /* Prestations */ table.prestations:extend(.table all, .table-striped all) { tr.ligneEntete:extend(.table>thead>tr>th all) {} tr td.colonneQuantite { width: 75px; text-align: center; @-moz-document url-prefix() { select { padding: 8px 2px !important; } } } >tbody>tr>td {vertical-align: middle;} td fieldset.listeDestinataires { legend {font-size:14px; font-weight: 700; margin: 0;} ul.destinatairesDisponible { >li.itemDestinataire { border: 0px; input:extend(.pull-left) { display: inline; width: auto; } label { line-height: 38px; margin-left: 4px; } } } } } /* Inscription Obligatoire */ table.choixPrestations:extend(.table all, .table-striped all) { tbody { > tr { td.libellePrestation, td.coutPrestation, td.quantiteRestanteCell { vertical-align: middle; } td.coutPrestation, td.quantiteRestanteCell { text-align: right; } td.choixPrestation { width: 40px; text-align: center; } // List destinataire td[colspan="4"] { legend {font-size:14px; font-weight: 700; margin: 0;} ul.destinatairesDisponible { >li.itemDestinataire { border: 0px; input:extend(.pull-left, .form-control all) { display: inline; width: auto; } label { line-height: 38px; margin: 2px 0 0 4px; } } } } } } } /* Hebergement */ .hebergementListe { table.hebergements:extend(.table all, .table-striped all) { >tbody>tr>td { vertical-align: middle; input[type="text"]:extend(.form-control all) {} } tr.ligneEntete:extend(>thead>tr all) {} td:last-child {text-align:right} } } .hebergementDemandes:extend(.panel all, .panel-default all) { .hebergementTitreListe:extend(.panel-heading all) { display: block; } table#tableauHebergementDemandes:extend(.panel-body all, .table all) { margin-bottom: 0; > tbody > tr > td { vertical-align: middle; input:extend(.btn-danger all) {} ul.destinatairesDisponible { } } td:last-child { text-align: left; } } } /* Questionnaire */ fieldset#questionnaire { form { > ul.questions:extend(.nav all, .nav-pills all, .nav-stacked all) { /*.reponseQuestion { .AdnsRadioButtonListe { .AdnsRadioButton:extend(.radio) { padding-left: 0px; input{margin-right: 8px;} } } select:extend(.form-control){width:25%;} }*/ li.question:extend(.nav all, .nav-pills, .nav-stacked all) { padding-left:50px; padding-bottom:20px; label.libelleQuestion:extend(.page-header){margin-top:20px; width: 100%;} } /* li.question:hover { background-color:rgba(238, 238, 238, 0.5); } */ li.questionErreur { input, textarea, select { &:extend(.has-error .form-control all); } .messageErreurQuestion:extend(.text-danger) {} } } } } /* Abstract */ /*fieldset { ul.destinatairesDisponible:extend(.nav all, .nav-pills all, .nav-stacked all){} textarea.valeurChamp { .make-xs-column(3); &:extend(.form-control, .col-xs-3); } input.bouton[value="Ajouter auteur"]:extend(.btn, .btn-warning){margin-bottom: 20px;} input.bouton[value="Supprimer auteur"]:extend(.btn, .btn-danger){margin-bottom: 20px;} input.bouton[value="Ajouter"]:extend(.btn, .btn-warning){} table { tbody { > tr { td { input.valeurChamp:extend(.form-control all, .range all, .form-group){} input.bouton:extend(.btn, .btn-default){} } th { .make-md-column(12); } } } } input.bouton:extend(.btn, .btn-default){} }*/ /* Recap */ table#tableauRecapitulatif:extend(.table all) { tbody { tr { th.titrePage:extend(.text-left, .well) { } td.confirmationItem { width: 83%; .identificationLibelle { font-weight: bold; } .confirmationValue {} } td.confirmationMontant { text-align:right; width: 17%; } td.libelleConfirmation {} } tr:first-child th { } } } } /* PageIdentificationInstance */ #ongletCourant.PageIdentificationInstance { fieldset legend {margin-bottom: 10px;} .boutonDeleteParticipant {margin-bottom: 10px;} } /* PageHebergementInstance */ #ongletCourant.PageHebergementInstance { .hebergementsFiltres:extend(.panel all, .panel-default all) { ul:extend(.nav, .panel-body all) { li:extend(.form-group all) { span.filtreHebergement:extend(label) {} } } } } /* PageConfirmationInstance */ #ongletCourant.PageConfirmationInstance { form { &:extend(.form-inline all); #modesReglements { input.modeReglement {&:extend(.form-inline .form-control all); width: 30px; height: 20px; margin-top: 0;} } } } /* PageConditionVenteInstance */ #ongletCourant.PageConditionVenteInstance { form { &:extend(.form-inline all); input.checkCondition {&:extend(.form-inline .form-control all);} } } }