mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-31345_master theme_afterburner: adds horizontal scroll bar to pagelayout-report
This commit is contained in:
parent
baa5cd8240
commit
dacbb36011
1 changed files with 6 additions and 2 deletions
|
@ -144,7 +144,7 @@ SIDE-POST-ONLY WHEN MOVING BLOCKS (Left Column + Middle Column + Right Column)
|
|||
.blocks-moving.side-post-only #region-pre {width: 220px;left: 220px;}
|
||||
.blocks-moving.side-post-only #region-post {width: 220px;left: 0px;}
|
||||
/*
|
||||
CONTENT ONLY - NO SIDE BLOCKS WHATSOEVER (Middle Column Only)
|
||||
CONTENT-ONLY - NO SIDE BLOCKS WHATSOEVER (Middle Column Only)
|
||||
----------------------------------------------------------*/
|
||||
.content-only #page-content { background-color: #fff;}
|
||||
.content-only #region-main-box {width: 200%; left: 0px;}
|
||||
|
@ -153,4 +153,8 @@ CONTENT ONLY - NO SIDE BLOCKS WHATSOEVER (Middle Column Only)
|
|||
.content-only #region-main-pad {margin: 0px 10px 0px 10px;}
|
||||
.content-only #region-main {width: 100%}
|
||||
.content-only #region-pre { width:0;left:0;}
|
||||
.content-only #region-post { width: 0;left:0;}
|
||||
.content-only #region-post { width: 0;left:0;}
|
||||
/*
|
||||
PAGELAYOUT-REPORT
|
||||
-------------------------*/
|
||||
.pagelayout-report #page-content #region-main-box #region-post-box #region-main-wrap #region-main-pad #region-main .region-content .no-overflow {overflow: auto;}
|
Loading…
Add table
Add a link
Reference in a new issue