]> git.mjollnir.org Git - moodle.git/commitdiff
Accessibility: bug 5078, "Update calendar blocks in courses to match the changes...
authornfreear <nfreear>
Wed, 19 Apr 2006 08:55:20 +0000 (08:55 +0000)
committernfreear <nfreear>
Wed, 19 Apr 2006 08:55:20 +0000 (08:55 +0000)
theme/standard/styles_layout.css

index 4e82a70d747ad561a21ee58b7abfe1b25b1b7814..34062e6fb1f2ee13cc39ef8bb85562b9c037cf68 100644 (file)
@@ -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;