Added an IE specific rule in layout CSS to prevent command icons hidden behind HTMLArea generated tables

When inserting table in HTMLArea, if the table is set to align to left or right, IE will make the table float so the command button will be hidden behind it.

So a IE specific rule is added in layout CSS to set command buttons clear on both side. This will apply to all themes based on the standard layout. And other browsers are not affected/needed.
This commit is contained in:
patrickslee
2005-11-15 02:58:30 +00:00
parent bab2c5b8ce
commit 5f7baedd19
+4
View File
@@ -688,6 +688,10 @@ table.calendar-controls .next {
border-right:0px;
}
* html #course-view .section .content .commands {
clear: both;
}
#course-view .section .side {
padding:5px;
border-style:solid;