MDL-42953 Themes: Fixing CSS for headers of central blocks

This commit is contained in:
Jason Fowler
2014-05-15 15:27:51 +08:00
parent 92ac518fdc
commit 4e37becc19
+3
View File
@@ -74,6 +74,9 @@ body {margin:auto 0px;width:auto;}
.content-only #page-content #region-pre {left:0;width:0px;}
.content-only #page-content #region-post {width:0;}
/** Center block for My Moodle/Home **/
#region-content.block-region .header { background-image: none; }
/** Stabalise some IE6 behaviour **/
.ie6 #region-pre .region-content,
.ie6 #region-post .region-content {padding:0 !important;width:100%;float:none;}