]> git.mjollnir.org Git - moodle.git/commitdiff
Style for quiz feedback updated
authormoodler <moodler>
Thu, 25 Nov 2004 10:03:57 +0000 (10:03 +0000)
committermoodler <moodler>
Thu, 25 Nov 2004 10:03:57 +0000 (10:03 +0000)
theme/standardxhtml/styles.php

index ff7b63562661a5db56b32942059eaa69148db8de..d7727d9c5eeec0d81c4111d0f91c289834ac4c1d 100644 (file)
@@ -65,6 +65,12 @@ form {
 }
 
 
+.editorhelptext
+{
+    font-size: x-small;
+}
+
+
 .highlight {
     background-color: <?PHP echo $THEME->highlight?>;
 }
@@ -302,6 +308,8 @@ form {
 
 .feedbacktext {
     color: <?PHP echo $THEME->cellheading2?>;
+    text-align: right;
+    display: block;
 }
 
 a.dimmed:link {