diff --git a/theme/afterburner/style/afterburner_layout.css b/theme/afterburner/style/afterburner_layout.css index 26af94f5a2f..d1878abe170 100644 --- a/theme/afterburner/style/afterburner_layout.css +++ b/theme/afterburner/style/afterburner_layout.css @@ -153,4 +153,10 @@ 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 {float:none; width:auto;} +.pagelayout-report #page-content, +.pagelayout-report #page-content #region-main .region-content {overflow:visible;} \ No newline at end of file diff --git a/theme/afterburner/style/rtl.css b/theme/afterburner/style/rtl.css index 5ceedf19338..d8f24a86c49 100644 --- a/theme/afterburner/style/rtl.css +++ b/theme/afterburner/style/rtl.css @@ -1,7 +1,15 @@ -/** Overide for RTL layout **/ +/* +OVERRIDE FOR RTL LAYOUT +-------------------------*/ .dir-rtl .block .header .block_action { float:left; } .dir-rtl .block .header .commands { text-align: right; -} \ No newline at end of file +} +/* +PAGELAYOUT-REPORT +-------------------------*/ +.dir-rtl .pagelayout-report #page-content #region-main-box #region-post-box #region-main-wrap #region-main-pad #region-main .region-content .no-overflow { + overflow: auto; +}