--- loncom/homework/task.css 2006/03/30 18:54:24 1.3 +++ loncom/homework/task.css 2007/06/20 19:18:06 1.11 @@ -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 { } */ +#LC_task_feedback div.LC_question div.LC_question { + margin-left: 5em; +} + ul.LC_GRADING_handininfo { border: 1px solid black; position: fixed; @@ -51,14 +57,12 @@ div.LC_GRADING_criteria { div.LC_GRADING_criteriatext { width: 450px; position: static; - height: 5em; min-height: 5em; float: left; + overflow: auto; } -*>div.LC_GRADING_criteriatext { - height: auto; -} -p.LC_GRADING_gradernote { + +div.LC_GRADING_gradernote { width: 450px; font-weight: bold; margin-bottom: 0; @@ -134,32 +138,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,29 +148,29 @@ ul.LC_GRADING_pastgrading a { font-size: small; font-family: Arial; background-color : rgb(255,240,225); + position: relative; } -*>.LC_fail, *>.LC_pass, *>.LC_neutral { - position: relative; +div.LC_task_overall_status { + border-width: 6px; + border-style: outset; } .LC_fail h4, .LC_pass h4 { left: -4px; top: -8px; padding:2px; - margin:-4em 0 0 -5em; + background-color : rgb(255,240,225); border : thin solid; - width: 9em; -} -*>.LC_fail h4, *>.LC_pass h4 { position:absolute; width: auto; margin: 0; } -.LC_question_grade { - + +div.LC_question_grade { + padding-left: 3em; } .LC_fail { @@ -207,7 +185,7 @@ ul.LC_GRADING_pastgrading a { color : blue; } -.LC_question { +#LC_task_feedback .LC_question { border : thin solid black; padding : 4px; margin-bottom : 1em; @@ -216,12 +194,6 @@ ul.LC_GRADING_pastgrading a { .LC_grade { font-size: x-large; font-family: Arial; - left: -5em; - top: -15em; - width: 2em; - border: 1px solid; -} -*>.LC_grade { left: 5px; top: -5px; width: auto; @@ -229,6 +201,7 @@ ul.LC_GRADING_pastgrading a { position:absolute; } + div#LC_feedback h1 { color : inherit; } @@ -240,10 +213,11 @@ div.LC_criteria { margin-left: 3em; } -p.LC_gradernote { - display: none; -} li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion { border-top: 1px dashed black; padding-top: .5em; } +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; } */