Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6". Merged from HEAD.
This commit is contained in:
@@ -155,7 +155,7 @@ $THEME->custompix = false;
|
||||
|
||||
///$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
|
||||
|
||||
@@ -1530,8 +1530,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 {
|
||||
@@ -1539,17 +1541,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
|
||||
|
||||
Reference in New Issue
Block a user