vilesci/stammdaten/ausertung_fhtw.php:

- fixed bug, datepicker dropdown is shown in front of input elements now
This commit is contained in:
Alexei
2020-03-19 13:06:26 +01:00
parent d425dd86cc
commit bcddff958c
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -130,6 +130,12 @@
margin-left: 10px;
}
#miscfunctionscol input,#miscfunctionscol button
{
/*make sure datepicker dropdown is in front*/
z-index: 0;
}
.loaderIcon
{
display: none;
+1 -1
View File
@@ -2753,7 +2753,7 @@ else
prestudent_id=' . $prestudent_id . '&
&' . http_build_query(array('reihungstest' => $reihungstest)) . '">
<div class="row">';
echo '<div class="col-xs-12">';
echo '<div class="col-xs-12" id="miscfunctionscol">';
$disabledZuteilen = true;
$disabledTestende = true;
$rt_id_val = '';