2015-11-03 15:27:49 +01:00
|
|
|
@import "bootstrap";
|
|
|
|
@import "bootstrap-datepicker3";
|
|
|
|
|
2016-06-06 14:44:34 +02:00
|
|
|
#description_page #liste_champs {
|
|
|
|
h4 {
|
2015-11-03 16:52:58 +01:00
|
|
|
margin-top: 35px;
|
2015-11-03 15:27:49 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-06 16:17:19 +02:00
|
|
|
.input-error {
|
|
|
|
color: darkred !important;
|
|
|
|
border-color: darkred !important
|
|
|
|
}
|
|
|
|
|
2015-11-17 10:23:05 +01:00
|
|
|
.type_champ-text {
|
2015-11-03 15:27:49 +01:00
|
|
|
@extend .col-md-6;
|
|
|
|
@extend .col-lg-6;
|
|
|
|
|
|
|
|
input[type='text'] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-09 12:08:18 +02:00
|
|
|
.type_champ-address {
|
|
|
|
@extend .col-md-6;
|
|
|
|
@extend .col-lg-6;
|
|
|
|
|
2016-07-18 11:23:03 +02:00
|
|
|
.twitter-typeahead {
|
|
|
|
width: 100%;
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tt-menu {
|
2016-06-09 12:08:18 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-06 16:17:19 +02:00
|
|
|
.type_champ-email {
|
|
|
|
@extend .col-md-4;
|
|
|
|
@extend .col-lg-4;
|
|
|
|
|
|
|
|
input[type='email'] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-06 16:32:59 +02:00
|
|
|
.type_champ-civilite {
|
|
|
|
@extend .col-md-3;
|
|
|
|
@extend .col-lg-3;
|
|
|
|
}
|
|
|
|
|
2016-07-12 15:25:26 +02:00
|
|
|
.type_champ-yes_no {
|
|
|
|
@extend .col-md-3;
|
|
|
|
@extend .col-lg-3;
|
|
|
|
}
|
|
|
|
|
2016-06-06 16:17:19 +02:00
|
|
|
.type_champ-phone {
|
|
|
|
@extend .col-md-2;
|
|
|
|
@extend .col-lg-2;
|
|
|
|
|
|
|
|
input[type='phone'] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-06 14:44:34 +02:00
|
|
|
.datepicker-switch {
|
|
|
|
color: #0086b3;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2015-11-17 10:23:05 +01:00
|
|
|
.type_champ-textarea {
|
2015-11-03 16:52:58 +01:00
|
|
|
@extend .col-md-8;
|
|
|
|
@extend .col-lg-8;
|
2015-11-03 15:27:49 +01:00
|
|
|
|
|
|
|
textarea.form-control {
|
2016-06-06 14:44:34 +02:00
|
|
|
width: 100%;
|
2015-11-03 16:52:58 +01:00
|
|
|
height: 133px;
|
2015-11-03 15:27:49 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-11-17 10:23:05 +01:00
|
|
|
.type_champ-number {
|
2015-11-03 15:27:49 +01:00
|
|
|
@extend .col-md-3;
|
|
|
|
@extend .col-lg-3;
|
|
|
|
|
2016-06-06 14:44:34 +02:00
|
|
|
input[type='number'] {
|
2015-11-03 15:27:49 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-22 11:25:41 +02:00
|
|
|
.type_champ-date {
|
2015-11-03 15:27:49 +01:00
|
|
|
@extend .col-md-2;
|
|
|
|
@extend .col-lg-2;
|
|
|
|
|
2016-06-22 11:25:41 +02:00
|
|
|
input[type='date'] {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.type_champ-datetime {
|
|
|
|
@extend .col-md-4;
|
|
|
|
@extend .col-lg-4;
|
|
|
|
|
|
|
|
input[type='datetime'] {
|
|
|
|
width: 120px;
|
2015-11-03 15:27:49 +01:00
|
|
|
}
|
|
|
|
}
|
2016-06-09 14:18:28 +02:00
|
|
|
|
|
|
|
.description_div {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
color: dimgrey;
|
|
|
|
display: none;
|
|
|
|
}
|