mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
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:
@@ -339,7 +339,7 @@ if (isset($_SESSION['pruefling_id']))
|
||||
{
|
||||
//Gebiet gestartet aber noch nicht zu ende
|
||||
$style='';
|
||||
$class='ItemTesttoolAktiv';
|
||||
$class='ItemTesttool ItemTesttoolAktiv';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user