even more fluid layout, always stretching the content zone

This commit is contained in:
Frederic Peters 2009-06-03 10:45:34 +02:00
parent 97bc7270d5
commit 0689f1e514
1 changed files with 6 additions and 8 deletions

View File

@ -49,8 +49,9 @@ a {
/* @group Temp (Cornelis) */
#visual-portal-wrapper {
margin: 0 100px;
margin: 0 8%;
position: absolute;
width: 84%;
max-width: 100em;
}
@ -210,7 +211,6 @@ textarea:focus {
/* @group Columns */
#portal-columns {
margin-right: 40px;
margin-top: 10px;
}
@ -219,7 +219,8 @@ textarea:focus {
#portal-column-one {
width: 146px;
padding: 0;
float: left;
position: absolute;
/*float: left;*/
}
div#portal-gray-zone {
@ -227,10 +228,10 @@ div#portal-gray-zone {
border: 2px ridge #555;
border-width: 2px 0 0 2px;
/*width: 657px;*/
width: 80%;
position: relative;
margin-left: 1px;
float: right;
margin-left: 148px;
/*float: right;*/
padding: 5px;
}
@ -759,11 +760,9 @@ dl.toc dd ol {
padding-top: 10px;
padding-bottom: 10px;
position: relative;
padding-right: 10px;
}
#portal-top {
margin-right: 30px;
}
a#portal-logo {
@ -1001,7 +1000,6 @@ span#breadcrumbs-you-are-here {
ul#portal-globalnav {
overflow: hidden;
margin-left: 25px;
font-size: 1em;
background: #ddd;
padding: 3px 10px;