Skip to content

Commit

Permalink
MDL-34835 theme_fusion: fixed displaced navbar by extending #region-h…
Browse files Browse the repository at this point in the history
…eader.inside bottom margin by 70px in style/pagelayout.css
  • Loading branch information
Mary Evans committed Aug 10, 2012
1 parent c36de79 commit 3f7bbb4
Showing 1 changed file with 50 additions and 46 deletions.
96 changes: 50 additions & 46 deletions theme/fusion/style/pagelayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,103 +2,107 @@

/*********************************************************************************************
right column: 28%
padding left/right column: 10px
padding center column: 20px
right column: 28%
padding left/right column: 10px
padding center column: 20px
**********************************************************************************************/

body {
margin: auto 0px;
width: auto;
margin: auto 0px;
width: auto;
}

#page {
width: 100%;
width: 100%;
}

#page-header {
float: left;
width: 100%;
float: left;
width: 100%;
}

#page-content {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
}

#page-content #region-main-box {
float: left;
right: 28%;
position: relative;
width: 100%;
float: left;
right: 28%;
position: relative;
width: 100%;
}

#page-content #region-post-box {
float: left;
right: 72%;
position: relative;
width: 100%;
float: left;
right: 72%;
position: relative;
width: 100%;
}

#page-content #region-main {
float: left;
overflow: hidden;
position: relative;
margin-right: 0px;
left: 100%;
width: 72%;
float: left;
overflow: hidden;
position: relative;
margin-right: 0px;
left: 100%;
width: 72%;
}

#page-content #region-post {
float: left;
overflow: hidden;
position: relative;
left: 100%;
width: 28%;
float: left;
overflow: hidden;
position: relative;
left: 100%;
width: 28%;
}

#page-content #region-main .region-content {
overflow: hidden;
padding: 50px 15px 20px 0;
overflow: hidden;
padding: 50px 15px 20px 0;
}

#page-content #region-post .region-content {
overflow: hidden;
padding: 0 0 0 10px;
overflow: hidden;
padding: 0 0 0 10px;
}

#page-footer {
clear: both;
float: left;
width: 100%;
clear: both;
float: left;
width: 100%;
}

/** No blocks whatsoever **/

.content-only #page-content #region-main-box {
right: 0%;
right: 0%;
}

.content-only #page-content #region-post-box {
right: 100%;
right: 100%;
}

.content-only #page-content #region-main {
left: 100%;
width: 100%;
left: 100%;
width: 100%;
}

.content-only #page-content #region-pre {
width: 0%;
width: 0%;
}

.content-only #page-content #region-post {
width: 0%;
width: 0%;
}

.pagelayout-report #page-content #region-main {overflow:auto;}
.pagelayout-report #page-content #region-main .region-content {overflow:visible;}
.pagelayout-report #page-content #region-main .region-content {overflow:visible;}

#page-enrol-manual-unenrolself #region-main .region-content #region-header.inside {
margin-bottom: 110px;
}

0 comments on commit 3f7bbb4

Please sign in to comment.