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 {
|
2016-12-05 19:30:58 +01:00
|
|
|
|
|
|
|
.default_data_block {
|
|
|
|
.show-block {
|
|
|
|
width: 90%;
|
|
|
|
.body{
|
2017-02-14 11:13:48 +01:00
|
|
|
padding: 15px;
|
2016-12-05 19:30:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-06 14:44:34 +02:00
|
|
|
h4 {
|
2016-12-05 19:30:58 +01:00
|
|
|
padding-top: 35px;
|
|
|
|
margin: 0;
|
2015-11-03 15:27:49 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-07-20 11:38:19 +02:00
|
|
|
.page-header{
|
|
|
|
border-bottom: 1px solid #CCCCCC !important;
|
|
|
|
}
|
|
|
|
|
2016-06-06 16:17:19 +02:00
|
|
|
.input-error {
|
2017-04-11 16:36:03 +02:00
|
|
|
color: #8B0000 !important;
|
|
|
|
border-color: #8B0000 !important
|
2016-06-06 16:17:19 +02:00
|
|
|
}
|
|
|
|
|
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-07-20 11:38:19 +02:00
|
|
|
.type_champ-header_section {
|
|
|
|
@extend .col-md-12;
|
|
|
|
@extend .col-lg-12;
|
|
|
|
}
|
|
|
|
|
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-10-12 17:22:56 +02:00
|
|
|
.type_champ-drop_down_list, .type_champ-regions, .type_champ-departements, .type_champ-pays {
|
2016-08-09 16:21:39 +02:00
|
|
|
@extend .col-md-4;
|
|
|
|
@extend .col-lg-4;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
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'] {
|
2016-09-22 11:31:24 +02:00
|
|
|
width: 160px;
|
2016-06-22 11:25:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.type_champ-datetime {
|
2016-09-22 11:31:24 +02:00
|
|
|
@extend .col-md-5;
|
|
|
|
@extend .col-lg-5;
|
2016-06-22 11:25:41 +02:00
|
|
|
|
|
|
|
input[type='datetime'] {
|
2016-09-22 11:31:24 +02:00
|
|
|
width: 160px;
|
2015-11-03 15:27:49 +01:00
|
|
|
}
|
|
|
|
}
|