]> git.mjollnir.org Git - moodle.git/commitdiff
merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke...
authorurs_hunkler <urs_hunkler>
Sun, 11 Nov 2007 11:22:54 +0000 (11:22 +0000)
committerurs_hunkler <urs_hunkler>
Sun, 11 Nov 2007 11:22:54 +0000 (11:22 +0000)
In FF and Safari floating is a mess now. I removed float:left for "coursebox" to get the page working in all browsers. It is a single element and should not need floating.

theme/standard/styles_layout.css

index 448f6c3daa6b73f78304d5d40c21865cbd1f2b31..0884eba9d6603fdbd6216c3aa9a1cfca05ce82a0 100644 (file)
@@ -1825,7 +1825,7 @@ border-width:0px;
 .weeks-format .block_calendar_month .minicalendar th,
 .topics-format .block_calendar_month .minicalendar th, 
 .weeks-format .block_calendar_month .minicalendar td,
-.topics-format .block_calendar_month .minicalendar td, {
+.topics-format .block_calendar_month .minicalendar td {
   padding: 0.1em 0 0.1em 1px;
 }
 .weeks-format #middle-column ,
@@ -1999,7 +1999,7 @@ body#course-info .generalbox.info {
 
 .coursebox {
   width: 100%;
-  float:left;
+  /* float:left; */
   margin-bottom: 15px;
   border-width:1px;
   border-style:solid;