From ea4bdaef07db69523e7f35ca72b4e9df4f6b5162 Mon Sep 17 00:00:00 2001 From: cris-technikum Date: Tue, 30 Apr 2019 17:31:48 +0200 Subject: [PATCH] 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. --- cis/testtool/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/testtool/menu.php b/cis/testtool/menu.php index 900539686..1f364cc6f 100644 --- a/cis/testtool/menu.php +++ b/cis/testtool/menu.php @@ -339,7 +339,7 @@ if (isset($_SESSION['pruefling_id'])) { //Gebiet gestartet aber noch nicht zu ende $style=''; - $class='ItemTesttoolAktiv'; + $class='ItemTesttool ItemTesttoolAktiv'; } else {