diff --git a/views/includes/modal_response.pug b/views/includes/modal_response.pug index 5a800db..9dd7356 100644 --- a/views/includes/modal_response.pug +++ b/views/includes/modal_response.pug @@ -10,18 +10,19 @@ h4.text-info | Aufgabenwahrnehmung p Ich komme als: - .form-check - input#radios_res_ek.form-check-input(type='radio', name='radios_res', value='1') - label.form-check-label(for='radios_res_ek') - | Einsatzkraft - .form-check - input#radios_res_ma.form-check-input(type='radio', name='radios_res', value='1') - label.form-check-label(for='radios_res_ma') - | Maschinist - .form-check - input#radios_res_fk.form-check-input(type='radio', name='radios_res', value='1') - label.form-check-label(for='radios_res_fk') - | Führungskraft + .form-group + .custom-control.custom-radio + input#radios_res_ek.custom-control-input(type='radio', name='radios_res', value='1') + label.custom-control-label(for='radios_res_ek') + | Einsatzkraft + .custom-control.custom-radio + input#radios_res_ma.custom-control-input(type='radio', name='radios_res', value='1') + label.custom-control-label(for='radios_res_ma') + | Maschinist + .custom-control.custom-radio + input#radios_res_fk.custom-control-input(type='radio', name='radios_res', value='1') + label.custom-control-label(for='radios_res_fk') + | Führungskraft br p zum Einsatz. hr diff --git a/views/includes/rueckmeldung.pug b/views/includes/rueckmeldung.pug index f708f22..81064f2 100755 --- a/views/includes/rueckmeldung.pug +++ b/views/includes/rueckmeldung.pug @@ -1,12 +1,12 @@ .row.no-gutters - .col-10.mb-2 - #einsatz_art.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-1 + .col-10 + #einsatz_art.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-2 #einsatz_stichwort.ion-md-apps -Stichwort- - .col-2.mb-2 + .col-2 .align-items-center.justify-content-center.rounded.bg-light.text-info.p-3 #sondersignal.ion-md-apps.text-center .col-12 - .card + .card.mt-2 .card-header.p-0 //h5.text-center.text-danger.font-weight-bold Einsatzort #map.rounded(style={height: '20em'}) @@ -18,9 +18,10 @@ li.list-group-item -Straße Hsnr- li.list-group-item.text-warning -Besonderheiten- .col-12 - .card.border-dark.mt-2 - .card-header - h5.text-info CB FW Cottbus 1 + div.border-top.my-3 + .card.bg-secondary.mt-2 + .card-header.bg-light.p-2 + h5.text-center.text-info.font-weight-bold CB FW Cottbus 1 .card-body.p-1 div.d-flex.flex-wrap.justify-content-between.align-items-center div.flex-fill.rounded.bg-light.p-2.m-1 @@ -36,8 +37,8 @@ div.pr-2 FL CB T-Dienst div.p-2.badge.badge-danger 4 .card.bg-secondary.mt-2 - .card-header - h5.text-center CB FW Madlow + .card-header.bg-light.p-2 + h5.text-center.text-info.font-weight-bold CB FW Madlow .card-body.p-1 div.d-flex.flex-wrap.justify-content-between.align-items-center div.flex-fill.rounded.bg-light.p-2.m-1 @@ -49,8 +50,8 @@ div.pr-2 FL SPN 00/00-00 div.p-2.badge.badge-info 1 .card.bg-secondary.mt-2 - .card-header - h5.text-danger CB FW Cottbus 3 + .card-header.bg-light.p-2 + h5.text-center.text-info.font-weight-bold CB FW Cottbus 3 .card-body.p-1 div.d-flex.flex-wrap.justify-content-between.align-items-center div.flex-fill.rounded.bg-light.p-2.m-1