Skip to content

Commit

Permalink
Revert "Tweak of earlier fix for JENKINS-25971"
Browse files Browse the repository at this point in the history
This reverts commit 3e9cdcb.
  • Loading branch information
tfennelly committed Jan 12, 2015
1 parent 74162aa commit 66c02a4
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions war/src/main/webapp/css/style.css
Expand Up @@ -75,34 +75,19 @@ body {
}

#side-panel, #main-panel {
margin: 0px 0px 40px 0px;
padding: 0px;
}

#page-body.fixedGridLayout, .fixedGridLayout #side-panel, .fixedGridLayout #main-panel {
left: 0px;
}

#page-body.fixedGridLayout {
position: fixed;
top: 66px; /* height of #header + #breadcrumbBar */
bottom: 37px; /* height of #footer-container */
right: 0px;
overflow: scroll;
}
.fixedGridLayout #side-panel, .fixedGridLayout #main-panel {
position: absolute;
top: 0px;
bottom: 0px;
}

.fixedGridLayout #side-panel {
width: 375px;
padding-left: 15px;
float:left;
position: fixed;
width: 360px;
margin-left: 15px;
}

.fixedGridLayout #main-panel {
right: 0px;
margin-left: 375px;
margin-left: 370px;
margin-right: 15px;
}

Expand All @@ -127,7 +112,7 @@ body {
}

#footer-container {
position: fixed;
position: absolute;
bottom: 0;
width: 100%;
padding: 10px 0px;
Expand Down

0 comments on commit 66c02a4

Please sign in to comment.