mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-17 03:59:28 +00:00
vilesci/stammdaten/ausertung_fhtw.php:
- fixed bug, datepicker dropdown is shown in front of input elements now
This commit is contained in:
@@ -130,6 +130,12 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#miscfunctionscol input,#miscfunctionscol button
|
||||
{
|
||||
/*make sure datepicker dropdown is in front*/
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.loaderIcon
|
||||
{
|
||||
display: none;
|
||||
|
||||
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user