Revert "MDL-31345 theme_afterburner fixes pagelayout-report overflow"

This reverts commit f9b6adaef6.
This commit is contained in:
Eloy Lafuente (stronk7)
2012-02-12 23:24:22 +01:00
parent fa639fef7a
commit 3d4f01a4e5
2 changed files with 3 additions and 17 deletions
@@ -153,10 +153,4 @@ 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;}
/*
PAGELAYOUT-REPORT
-------------------------*/
.pagelayout-report #page-content {float:none; width:auto;}
.pagelayout-report #page-content,
.pagelayout-report #page-content #region-main .region-content {overflow:visible;}
.content-only #region-post { width: 0;left:0;}
+2 -10
View File
@@ -1,15 +1,7 @@
/*
OVERRIDE FOR RTL LAYOUT
-------------------------*/
/** Overide for RTL layout **/
.dir-rtl .block .header .block_action {
float:left;
}
.dir-rtl .block .header .commands {
text-align: right;
}
/*
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;
}
}