Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.10 -r1.11 --- lams_central/web/css/defaultHTML.css 25 Oct 2006 05:24:39 -0000 1.10 +++ lams_central/web/css/defaultHTML.css 31 Oct 2006 05:57:14 -0000 1.11 @@ -1102,3 +1102,5 @@ padding-right:0px; border:0px; } + +.help {margin-right:100px;} \ No newline at end of file Index: lams_central/web/css/defaultHTML_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v diff -u -r1.5 -r1.6 --- lams_central/web/css/defaultHTML_learner.css 25 Oct 2006 08:53:14 -0000 1.5 +++ lams_central/web/css/defaultHTML_learner.css 31 Oct 2006 05:58:20 -0000 1.6 @@ -34,6 +34,8 @@ border-bottom: 1px solid #47bc23; } +strong {color:#333;} + .row { voice-family: "\"}\""; /* hide the following rules from IE5 */ voice-family: inherit; @@ -62,10 +64,11 @@ margin-bottom:5px; } -h4 {color:#47bc23; - font-size:12px; - margin-left:25px; - padding-top:20px; +h4 {color:#0087e5; + font-size:11px; + margin-top:10px; + margin-bottom:10px; + padding:0; } /*defines when instructions are given and places a blue arrow before the text */ @@ -92,6 +95,8 @@ margin-right: 30px; } +li { list-style-type:square;} + /*layout of the table with the alternate color for the table heading cell */ table.alternative-color { width:100%; @@ -178,12 +183,13 @@ td { padding:10px; - font-size:12px; + font-size:11px; + vertical-align:top; } td p{ padding:10px; - font-size:12px; + font-size:11px; line-height:18px; } @@ -420,8 +426,10 @@ .text-area {width:99%} -.shading-bg {padding:5px; padding-left:10px; padding-top:10px; margin-top:20px; margin-bottom:10px; width:100%; border-top:1px solid #ccc; background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 1px} +.shading-bg {padding:5px; padding-left:10px; padding-top:10px; margin-top:10px; margin-bottom:10px; width:99%; border-top:1px solid #ccc; background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 1px} +.last-item {border-top:1px solid #ccc; height:20px;} + .indent {margin-left:20px;} .middle {vertical-align:middle;} \ No newline at end of file