Fixed wrong menu item width in RT-Tool Menu.

When a group of gebiete were answered, then menu items were styled wrong.
Now it is well-formed.
This commit is contained in:
Cris
2019-04-30 17:05:41 +02:00
committed by cris-technikum
parent eae51147f4
commit 625109071b
+1 -1
View File
@@ -353,7 +353,7 @@ if (isset($_SESSION['pruefling_id']))
{
//Gebiet ist zu Ende
$style='';
$class='ItemTesttoolBeendet';
$class='ItemTesttool ItemTesttoolBeendet';
}
}
}