From ca3abf91544e425bbfb8adfa19b0cbd409c75dd3 Mon Sep 17 00:00:00 2001 From: kindlm Date: Tue, 21 Apr 2026 12:56:02 +0200 Subject: [PATCH] Small Style-Fix in Testtool To make headings stand out more clearly from the buttons --- cis/testtool/menu.php | 2 +- skin/styles/tw.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cis/testtool/menu.php b/cis/testtool/menu.php index 11e032f0b..494f05567 100644 --- a/cis/testtool/menu.php +++ b/cis/testtool/menu.php @@ -293,7 +293,7 @@ else if (isset($_SESSION['pruefling_id'])) } $lastsemester = $row->semester; - echo ''; + echo '
'; echo ''; } diff --git a/skin/styles/tw.css b/skin/styles/tw.css index 1caf01132..034764068 100644 --- a/skin/styles/tw.css +++ b/skin/styles/tw.css @@ -450,18 +450,18 @@ td.MarkLine td.HeaderTesttool /*fuer die Button-Optik beim Testtool*/ { color: #FFFFFF; - background-color: #00639C; + background-color: #71787D; white-space:nowrap; line-height: 25px; box-shadow: inset 0 0 2px #FFFFFF; - padding: 10px; + padding: 0 10px; width: 170px; } td.HeaderTesttoolSTG /*fuer die Button-Optik der Quereinstiegs-Studiengänge beim Testtool*/ { color: white; border: 2px solid #73a9d6; - padding: 10px; + padding: 0 10px; max-width: 100px; overflow: hidden; text-overflow: ellipsis;
'. ($row->semester == '1' ? $p->t('testtool/basisgebiete') : $p->t('testtool/quereinstiegsgebiete')).'