update Di 5. Mai 10:01:01 CEST 2020
This commit is contained in:
parent
8f62a88b94
commit
78c3813ee8
@ -115,7 +115,8 @@ function do_on_Inactive() {
|
|||||||
$(".navbar").fadeOut("slow");
|
$(".navbar").fadeOut("slow");
|
||||||
$(".footer").fadeOut("slow");
|
$(".footer").fadeOut("slow");
|
||||||
$(".fullheight").css({
|
$(".fullheight").css({
|
||||||
height: 'calc(100vh - 2rem)'
|
height: 'calc(100vh - 2rem)',
|
||||||
|
cursor: 'none'
|
||||||
});
|
});
|
||||||
$("body").css({
|
$("body").css({
|
||||||
paddingTop: "1rem",
|
paddingTop: "1rem",
|
||||||
@ -136,7 +137,8 @@ function do_on_Active() {
|
|||||||
paddingBottom: '0'
|
paddingBottom: '0'
|
||||||
});
|
});
|
||||||
$(".fullheight").css({
|
$(".fullheight").css({
|
||||||
height: 'calc(100vh - 60px - 5rem)'
|
height: 'calc(100vh - 60px - 5rem)',
|
||||||
|
cursor: 'auto'
|
||||||
});
|
});
|
||||||
resize_text();
|
resize_text();
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,14 +1,28 @@
|
|||||||
// BUG: Darstellung in Safari-Mobil fehlerhaft (generell Mobil, ggf. extra Darstellung)
|
// BUG: Darstellung in Safari-Mobil fehlerhaft (generell Mobil, ggf. extra Darstellung)
|
||||||
#waiptableau.fullheight.row.no-gutters
|
#waiptableau.fullheight.row.no-gutters
|
||||||
|
.col-12.h-5.d-flex.py-1.text-muted
|
||||||
|
button#replay.btn.btn-outline-light.h-100.py-1
|
||||||
|
.ion-md-play-circle
|
||||||
|
button#volume.btn.btn-outline-light.h-100.mx-1
|
||||||
|
.ion-md-volume-high
|
||||||
|
#date-time.align-middle || -Datum- - -Uhrzeit-
|
||||||
|
.flex-grow-1.bg-warning.text-right
|
||||||
|
#wachenname.ion-md-business=data_wache || ' -Wachenname-'
|
||||||
|
//.col-6.h-5.d-flex.flex-row.align-items-center.justify-content-end.py-1.text-muted.tf_singleline
|
||||||
|
// TODO Information in Wachalarm-Bild ob alle Rechte, oder ob reduzierte Version
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// BUG: Buttons für Sounds werden fehlerhaft dargestellt
|
// BUG: Buttons für Sounds werden fehlerhaft dargestellt
|
||||||
.col-6.h-5.d-flex.align-items-center.py-1.text-muted.tf_singleline
|
//.col-6.h-5.d-flex.align-items-center.py-1.text-muted.tf_singleline
|
||||||
button#replay.btn.btn-outline-light.h-100.py-1
|
button#replay.btn.btn-outline-light.h-100.py-1
|
||||||
.ion-md-play-circle
|
.ion-md-play-circle
|
||||||
button#volume.btn.btn-outline-light.h-100.mx-1
|
button#volume.btn.btn-outline-light.h-100.mx-1
|
||||||
.ion-md-volume-high
|
.ion-md-volume-high
|
||||||
#date-time
|
#date-time
|
||||||
div -Datum- - -Uhrzeit-
|
div -Datum- - -Uhrzeit-
|
||||||
.col-6.h-5.d-flex.flex-row.align-items-center.justify-content-end.py-1.text-muted.tf_singleline
|
//.col-6.h-5.d-flex.flex-row.align-items-center.justify-content-end.py-1.text-muted.tf_singleline
|
||||||
|
// TODO Information in Wachalarm-Bild ob alle Rechte, oder ob reduzierte Version
|
||||||
#wachenname.ion-md-business=data_wache || ' -Wachenname-'
|
#wachenname.ion-md-business=data_wache || ' -Wachenname-'
|
||||||
.col-10.h-15.h-20_ls.pr-3
|
.col-10.h-15.h-20_ls.pr-3
|
||||||
#einsatz_art.h-100.w-100.d-flex.align-items-center.font-weight-bold.p-3.rounded.bg-dark.tf_singleline
|
#einsatz_art.h-100.w-100.d-flex.align-items-center.font-weight-bold.p-3.rounded.bg-dark.tf_singleline
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user