From e642ed12445da5507af230b1f08c5f979245c3db Mon Sep 17 00:00:00 2001 From: nfreear Date: Wed, 19 Apr 2006 08:55:20 +0000 Subject: [PATCH] Accessibility: bug 5078, "Update calendar blocks in courses to match the changes in site page". --- theme/standard/styles_layout.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; -- 2.39.5