--- loncom/homework/task.css 2006/11/28 17:55:25 1.7 +++ loncom/homework/task.css 2007/03/13 18:59:36 1.10 @@ -3,6 +3,8 @@ div.LC_GRADING_task { padding-bottom: 6em; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: small; + color: #0a6331; + background-color: white; } /* @@ -11,7 +13,7 @@ font table { } */ -div.LC_question div.LC_question { +#LC_task_feedback div.LC_question div.LC_question { margin-left: 5em; } @@ -166,8 +168,8 @@ div.LC_task_overall_status { margin: 0; } -.LC_question_grade { - +div.LC_question_grade { + padding-left: 3em; } .LC_fail { @@ -182,7 +184,7 @@ div.LC_task_overall_status { color : blue; } -.LC_question { +#LC_task_feedback .LC_question { border : thin solid black; padding : 4px; margin-bottom : 1em; @@ -217,4 +219,4 @@ li.LC_task_question ul li.LC_task_subque div.LC_criteria h4 + p:before { content: "Criteria: ";} /* div.LC_criteria p.LC_comment:before { content: "Comment: "; } */ div.LC_criteria p.LC_comment { color: black; } -div.LC_criteria form + p, div.LC_criteria h2 + p { display: none; } +/* div.LC_criteria form + p, div.LC_criteria h2 + p { display: none; } */