Fixed wrong menu item width in RT-Tool Menu (for active items)

When a group of gebiete have been started, then menu items were styled wrong.
Now it is well-formed.
This commit is contained in:
cris-technikum
2019-04-30 17:31:48 +02:00
parent 2f38ab228b
commit ea4bdaef07
+1 -1
View File
@@ -339,7 +339,7 @@ if (isset($_SESSION['pruefling_id']))
{
//Gebiet gestartet aber noch nicht zu ende
$style='';
$class='ItemTesttoolAktiv';
$class='ItemTesttool ItemTesttoolAktiv';
}
else
{