From: urs_hunkler Date: Sun, 11 Nov 2007 11:22:54 +0000 (+0000) Subject: merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0859ecfffb050107f94e7ee38decee877adda199;p=moodle.git merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke the custom_corners theme on IE7. I removed the "clearer" div and added the class "clerafix" to the surrounding coursebox. 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. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 448f6c3daa..0884eba9d6 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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;