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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user