From: nfreear Date: Wed, 19 Apr 2006 08:55:20 +0000 (+0000) Subject: Accessibility: bug 5078, "Update calendar blocks in courses to match the changes... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e642ed12445da5507af230b1f08c5f979245c3db;p=moodle.git Accessibility: bug 5078, "Update calendar blocks in courses to match the changes in site page". --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 4e82a70d74..34062e6fb1 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -812,10 +812,6 @@ table.minicalendar th { } /*Accessibility: controls now div and span, 20:58:20% or 12:74:12% */ -.calendar-controls { - width: 100%; -} - .calendar-controls .previous, .calendar-controls .next { @@ -843,6 +839,9 @@ span.current { { width: 30%; } +#calendar .maincalendar .calendar-controls .current { + width: 40%; +} #calendar .indent { padding-left: 20px;