Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.37 -r1.38 --- lams_central/web/css/defaultHTML.css 14 Jul 2008 03:30:39 -0000 1.37 +++ lams_central/web/css/defaultHTML.css 29 Jan 2009 01:39:58 -0000 1.38 @@ -130,15 +130,18 @@ } #page { /*whole layout of page*/ - margin: 25px auto; - width: 707px; - background: url('../images/css/lams_logo.gif') no-repeat 585px 10px; + margin: 15px auto 10px auto; + width:95%; + min-width: 707px; + max-width: 1024px; + background: url('../images/css/lams_logo.gif') no-repeat 96% 10px; + } #header { /*layout of the header */ - width: 707px; - height: 49px; - background: url('../images/css/top_bg.jpg') no-repeat bottom; + + height: 17px; + } #header-no-tabs { /*layout of the header when no-tabs are required. Big enough to line up with LAMS icon - don't use for learner (see header-no-tabs-learner) */ @@ -155,8 +158,8 @@ ********************************************** */ #nav { /* layout of box that contains the main navigation */ + margin-top: 15px; - width: auto; height: 40px; margin-left: 4px; @@ -284,14 +287,20 @@ ********************************************** */ #content { /*box around the main content area */ - width: 707px; - background: url('../images/css/body_bg.jpg') repeat-y; + min-width: 707px; + max-width: 1024px; + width: 98%; + margin-left:auto; + margin-right:auto; + background-color: white; padding-bottom:40px; - padding-left:15px; - padding-right:15px; + padding-left:10px; + padding-right:10px; font-size: 11px; - margin-top: -5px - + margin-top: 12px; + border-left:1px solid #aaa; + border:1px solid #aaa; + border-right:1px solid #aaa; } /*layout of Links within the content area */ @@ -529,9 +538,8 @@ } #footer { /*layout of the footer - the bottom of the box */ - width: 707px; - height: 14px; - background: url('../images/css/footer_bg.jpg') no-repeat bottom; + background-color: white; +// background: url('../images/css/footer_bg.jpg') no-repeat bottom; } #footer a{ /*layout of the footer - the bottom of the box */ @@ -647,8 +655,8 @@ /*layout of the table with form elements */ table { - width:94%; - margin-left:7px; + width:100%; +// margin-left:7px; text-align:left; } @@ -1251,35 +1259,51 @@ + /*IE style workarounds */ * html #header { /*layout of the header */ - width:707px; - height:64px; - background:url ('../images/top_bg.jpg') no-repeat bottom; - } + width:90%; + min-width:707px; + height:16px; + margin-left:auto; + margin-right:auto; + margin-bottom:5px; +} * html #header-my-courses { /*layout of the header */ - width: 707px; - height:65px; - background: url ('../images/css/top_bg.jpg') no-repeat bottom; + width:90%; + min-width:707px; + + margin-left:auto; + margin-right:auto; + margin-bottom:5px; } +* html #nav { + margin-top: 10px; + height: 40px; + margin-left: 4px; + + + +} + * html .nav-box-right { height: 31px; width: auto; - margin-right: 1px; - margin-top: 1px; + margin-right: -1px; + margin-top: 16px; float: right; text-align: center; - } + margin-left: 3px; +} * html #nav-right { /* layout of box that contains the main navigation */ margin-top:15px; width: auto; height: 40px; margin-right: 1px; - } * html .mycourses-right-buttons {float:right; height:24px; padding-top:5px; padding-bottom:5px; margin-top:4px;} @@ -1328,7 +1352,20 @@ } * html #content { - padding-bottom:0px + background-color:#fff; + font-size: 11px; + border:1px solid #d4d8da; + margin-top: -15px; + margin-left:auto; + margin-right:auto; + margin-bottom:-5px; + width:90%; + height:100%; + padding-bottom:-5px; + min-width:707px; + + position:relative; + z-index:1; } @@ -1339,12 +1376,27 @@ } +* html #nav-right { /* layout of box that contains the main navigation */ + margin-top:30px; + width: 100%; + height: 40px; + position:relative; + z-index:2; + margin-right:-1px; +} +* html #page-mycourses { /*whole layout of page*/ + margin: 0px auto; + width: 100%; + background: url('../images/css/lams_logo.gif') no-repeat 5% 25px; +} + /*IE 7 workarounds */ + *:first-child+html .nav-box-right { - height: px; + height: 0px; width: auto; margin-right: 2px; margin-top: -14px; @@ -1353,3 +1405,38 @@ } *:first-child+html .mycourses-right-buttons {float:right; padding-right:20px; margin-top:0px; height:24px; font-size:11px; padding-top:10px; padding-bottom:10px;} + +*:first-child+html #header { /*layout of the header */ + height: 57px; + width:100%; + margin-left:auto; + margin-right:auto; + margin-bottom:-25px; +} + +*:first-child+html #header-my-courses { /*layout of the header */ + width:90%; + min-width:707px; + + margin-left:auto; + margin-right:auto; + margin-bottom:-25px; +} + +*:first-child+html #nav-right { /* layout of box that contains the main navigation */ + margin-top:30px; + width: 100%; + height: 40px; + position:relative; + z-index:2; +} + +*:first-child+html .nav-box-right { + height: 0px; + width: auto; + margin-right: -1px; + margin-top: -14px; + float: right; + text-align: center; +} +