]> git.mjollnir.org Git - moodle.git/commitdiff
Layout and colour tweaks for calendar. Related to MDL-7433.
authorvyshane <vyshane>
Wed, 3 Jan 2007 07:58:25 +0000 (07:58 +0000)
committervyshane <vyshane>
Wed, 3 Jan 2007 07:58:25 +0000 (07:58 +0000)
theme/standard/styles_layout.css

index 2689ca7a0b0e0ebe0163e1c2fd66c989b9ceab29..6605f9caa60cf1fa1cb8419c24f189b2ad9e6279 100644 (file)
@@ -858,6 +858,22 @@ a.skip-block, .skip-block {
   padding: 0px;
 }
 
+#calendar .maincalendar {
+    height: 100%;
+}
+
+#calendar .maincalendar .heightcontainer {
+    height: 100%;
+    position: relative;
+}
+
+#calendar .maincalendar .bottom {
+    width: 100%;
+    position: absolute;
+    bottom: 0;
+    text-align: center;
+}
+
 #calendar .sidecalendar {
   width: 25%;
 }