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 committed by Eloy Lafuente (stronk7)
parent 3d9ea145c2
commit 2270803ed2

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-pre {left:0;width:0px;}
.content-only #page-content #region-post {width:0;} .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 **/ /** Stabalise some IE6 behaviour **/
.ie6 #region-pre .region-content, .ie6 #region-pre .region-content,
.ie6 #region-post .region-content {padding:0 !important;width:100%;float:none;} .ie6 #region-post .region-content {padding:0 !important;width:100%;float:none;}