]> git.mjollnir.org Git - moodle.git/commitdiff
Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6". Merged.
authornfreear <nfreear>
Fri, 11 May 2007 11:29:46 +0000 (11:29 +0000)
committernfreear <nfreear>
Fri, 11 May 2007 11:29:46 +0000 (11:29 +0000)
theme/standard/config.php
theme/standard/styles_layout.css

index ffe2c2679cc3f56050bdd3562af5dd73c12b589e..13465c54fd3a64d895c7fe9c5d48e8d1be3f706c 100644 (file)
@@ -155,7 +155,7 @@ $THEME->custompix = false;
 
 ///$THEME->rarrow = '&#x25BA;' //OR '&rarr;';
 ///$THEME->larrow = '&#x25C4;' //OR '&larr;';
-///$CFG->block_search_button = $THEME->rarrow .'<span class="accesshide">'.get_string('search').'</span>';
+///$CFG->block_search_button = link_arrow_right(get_string('search'), $url='', $accesshide=true);
 ///
 /// Accessibility: Right and left arrow-like characters are
 /// used in the breadcrumb trail, course navigation menu 
index ace4333727813a52dbcaf0979a7c3f275169bbfa..4d9a472706ee496437819c1627319c048e843d61 100644 (file)
@@ -1541,8 +1541,10 @@ table.minicalendar th {
 
 /*Accessibility: controls now div and span, 20:58:20% or 12:74:12% */
 .calendar-controls .previous,
-.calendar-controls .next
-{
+.calendar-controls .next,
+.calendar-controls .current {
+  display: block;
+  float: left;
   width: 12%;
 }
 .calendar-controls .previous {
@@ -1550,17 +1552,11 @@ table.minicalendar th {
 }
 .calendar-controls .current {
   text-align: center;
+  width: 76%;
 }
 .calendar-controls .next {
   text-align: right;
 }
-span.previous, span.current, span.next {
-  display: block;
-  float: left;
-}
-span.current {
-  width: 76%;
-}
 
 #calendar .maincalendar .calendar-controls .previous,
 #calendar .maincalendar .calendar-controls .next