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.
When a group of gebiete were answered, then menu items were styled wrong. Now it is well-formed.
This commit is contained in:
@@ -353,7 +353,7 @@ if (isset($_SESSION['pruefling_id']))
|
||||
{
|
||||
//Gebiet ist zu Ende
|
||||
$style='';
|
||||
$class='ItemTesttoolBeendet';
|
||||
$class='ItemTesttool ItemTesttoolBeendet';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user