--- loncom/homework/task.css 2006/10/31 21:28:12 1.4 +++ loncom/homework/task.css 2007/01/11 19:01:38 1.9 @@ -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,6 +13,10 @@ font table { } */ +div.LC_question div.LC_question { + margin-left: 5em; +} + ul.LC_GRADING_handininfo { border: 1px solid black; position: fixed; @@ -131,32 +137,6 @@ ul.LC_GRADING_pastgrading a { text-decoration: none; } - -@media screen { - /* Don't do this at home */ - * html - { - overflow-x: hidden; - overflow-y: hidden; - padding-right: .2em; - } - * html body - { - overflow-y: auto; - height: 100%; - font-size: 90%; - } - * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo - { - position: absolute; - } - * html ul.LC_GRADING_handininfo { - overflow-y: hidden; - } - /* All done. */ - -} - .LC_fail, .LC_pass, .LC_neutral { margin : 5px; margin-bottom :10px; @@ -170,7 +150,10 @@ ul.LC_GRADING_pastgrading a { position: relative; } - +div.LC_task_overall_status { + border-width: 6px; + border-style: outset; +} .LC_fail h4, .LC_pass h4 { left: -4px; @@ -185,8 +168,8 @@ ul.LC_GRADING_pastgrading a { margin: 0; } -.LC_question_grade { - +div.LC_question_grade { + padding-left: 3em; } .LC_fail { @@ -201,7 +184,7 @@ ul.LC_GRADING_pastgrading a { color : blue; } -.LC_question { +#LC_task_feedback .LC_question { border : thin solid black; padding : 4px; margin-bottom : 1em; @@ -236,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; } */