///$THEME->rarrow = '►' //OR '→';
///$THEME->larrow = '◄' //OR '←';
-///$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
/*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 {
}
.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