]> git.mjollnir.org Git - moodle.git/commitdiff
Fix for reopened bug MDL-6685, "Arrows on course roles screen are displaying as squares"
authornfreear <nfreear>
Thu, 25 Jan 2007 11:18:39 +0000 (11:18 +0000)
committernfreear <nfreear>
Thu, 25 Jan 2007 11:18:39 +0000 (11:18 +0000)
theme/standard/styles_fonts.css

index c91347b4a7b04c199de3fec5cc53462bcdf2874f..1f9822f24366cb11c309fb9f82ed5ecf601ab0d6 100644 (file)
@@ -184,8 +184,10 @@ a.useredit, a:hover.useredit, .blink {
 
 /* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
 .breadcrumb .sep, .headermenu button,
-.calendar-controls .previous, .calendar-controls .next {
-  font-family:Arial, Helvetica, Courier, sans-serif;
+.calendar-controls .previous, .calendar-controls .next,
+.arrow_button input, .arrow_button button {
+  font-family:Arial,Helvetica,Courier,'Arial Unicode MS',
+    'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif;
 }
 
 /***
@@ -848,4 +850,4 @@ body#mod-forum-index .generalbox .cell {
 .phpinfo .v {
   background-color: #cccccc; 
   color: #000000;
-}
+}
\ No newline at end of file