From accccbd3622e0f028dab5e66845b745564e9956f Mon Sep 17 00:00:00 2001 From: KarpAlex Date: Mon, 13 Feb 2023 17:04:21 +0100 Subject: [PATCH] Projektarbeitsbeurteilung abgabe_lektor_details: added explanatory text below when "grade" (benoten) button is disabled --- cis/private/lehre/abgabe_lektor_details.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cis/private/lehre/abgabe_lektor_details.php b/cis/private/lehre/abgabe_lektor_details.php index 141e0af54..e3bf5c40d 100644 --- a/cis/private/lehre/abgabe_lektor_details.php +++ b/cis/private/lehre/abgabe_lektor_details.php @@ -225,12 +225,14 @@ echo ' cursor: pointer; outline: inherit; } + #zweitbetrmailicon { top: 4px; height: 18px; width: 18px; position: relative; } + #tokenmailicon { top: 2px; height: 15px; @@ -238,6 +240,9 @@ echo ' position: relative; } + .warningtext { + color: #8a6d3b; + }