From 08cb1a69a4106a12ee256c9ee721d8e5dd8aa79b Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 25 Nov 2004 10:03:57 +0000 Subject: [PATCH] Style for quiz feedback updated --- theme/standardxhtml/styles.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/standardxhtml/styles.php b/theme/standardxhtml/styles.php index ff7b635626..d7727d9c5e 100644 --- a/theme/standardxhtml/styles.php +++ b/theme/standardxhtml/styles.php @@ -65,6 +65,12 @@ form { } +.editorhelptext +{ + font-size: x-small; +} + + .highlight { background-color: highlight?>; } @@ -302,6 +308,8 @@ form { .feedbacktext { color: cellheading2?>; + text-align: right; + display: block; } a.dimmed:link { -- 2.39.5