mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-42953 Themes: Fixing CSS for headers of central blocks
This commit is contained in:
parent
3d9ea145c2
commit
2270803ed2
1 changed files with 3 additions and 0 deletions
|
@ -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;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue