]> git.mjollnir.org Git - moodle.git/commitdiff
New class for form help links.
authorikawhero <ikawhero>
Tue, 18 Jan 2005 10:04:04 +0000 (10:04 +0000)
committerikawhero <ikawhero>
Tue, 18 Jan 2005 10:04:04 +0000 (10:04 +0000)
theme/standardxhtml/styles.php

index f64a8cc54f19206d8a3d97afe28f4e33ed573c0f..4956a3dc5a591e71087dbd8cc8fb80fdd50c6974 100644 (file)
@@ -70,6 +70,12 @@ form {
     font-size: x-small;
 }
 
+.formhelplinks
+{
+    font-size: x-small;
+    cursor: help;
+}
+
 
 .highlight {
     background-color: <?PHP echo $THEME->highlight?>;