Skip to content

Commit

Permalink
Merge branch 'MDL-31345_master' of git://github.com/lazydaisy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 8, 2012
2 parents 82b07ee + 5d24254 commit 4b192ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
8 changes: 7 additions & 1 deletion theme/afterburner/style/afterburner_layout.css
Expand Up @@ -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;}
.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;}
12 changes: 10 additions & 2 deletions 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;
}
}
/*
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;
}

0 comments on commit 4b192ea

Please sign in to comment.