From bcddff958c1fa13d7d09d80ad4615f6c328b4ec8 Mon Sep 17 00:00:00 2001 From: Alexei Date: Thu, 19 Mar 2020 13:06:26 +0100 Subject: [PATCH] vilesci/stammdaten/ausertung_fhtw.php: - fixed bug, datepicker dropdown is shown in front of input elements now --- public/css/tools/auswertung_fhtw.css | 6 ++++++ vilesci/stammdaten/auswertung_fhtw.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/css/tools/auswertung_fhtw.css b/public/css/tools/auswertung_fhtw.css index a9b054f67..f72fa4ffb 100644 --- a/public/css/tools/auswertung_fhtw.css +++ b/public/css/tools/auswertung_fhtw.css @@ -130,6 +130,12 @@ margin-left: 10px; } +#miscfunctionscol input,#miscfunctionscol button +{ + /*make sure datepicker dropdown is in front*/ + z-index: 0; +} + .loaderIcon { display: none; diff --git a/vilesci/stammdaten/auswertung_fhtw.php b/vilesci/stammdaten/auswertung_fhtw.php index 488c5da49..4d82d0603 100644 --- a/vilesci/stammdaten/auswertung_fhtw.php +++ b/vilesci/stammdaten/auswertung_fhtw.php @@ -2753,7 +2753,7 @@ else prestudent_id=' . $prestudent_id . '& &' . http_build_query(array('reihungstest' => $reihungstest)) . '">
'; - echo '
'; + echo '
'; $disabledZuteilen = true; $disabledTestende = true; $rt_id_val = '';