From 1b80c4a8ec34d2a5bc67d62f6416d3c5f7123da7 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Tue, 14 Feb 2012 01:41:29 +0000 Subject: [PATCH] MDL-31345_master theme_afterburner: adds horizontal scroll bar to pagelayout-report --- theme/afterburner/style/afterburner_layout.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme/afterburner/style/afterburner_layout.css b/theme/afterburner/style/afterburner_layout.css index 26af94f5a2f..5fd8e689e14 100644 --- a/theme/afterburner/style/afterburner_layout.css +++ b/theme/afterburner/style/afterburner_layout.css @@ -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;} \ No newline at end of file +.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;} \ No newline at end of file