--- loncom/homework/task.css 2006/03/28 21:16:24 1.1 +++ loncom/homework/task.css 2007/01/11 19:01:38 1.9 @@ -1,8 +1,10 @@ /* CSS Document */ div.LC_GRADING_task { - margin-bottom: 6em; + 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; @@ -51,14 +57,11 @@ div.LC_GRADING_criteria { div.LC_GRADING_criteriatext { width: 450px; position: static; - height: 5em; min-height: 5em; float: left; } -*>div.LC_GRADING_criteriatext { - height: auto; -} -p.LC_GRADING_gradernote { + +div.LC_GRADING_gradernote { width: 450px; font-weight: bold; margin-bottom: 0; @@ -134,37 +137,7 @@ 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 { - position: relative; margin : 5px; margin-bottom :10px; padding : 4px; @@ -174,16 +147,29 @@ ul.LC_GRADING_pastgrading a { font-size: small; font-family: Arial; background-color : rgb(255,240,225); + position: relative; +} + +div.LC_task_overall_status { + border-width: 6px; + border-style: outset; } .LC_fail h4, .LC_pass h4 { - position:absolute; left: -4px; top: -8px; padding:2px; - margin:0; + background-color : rgb(255,240,225); border : thin solid; + + position:absolute; + width: auto; + margin: 0; +} + +div.LC_question_grade { + padding-left: 3em; } .LC_fail { @@ -198,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; @@ -207,12 +193,14 @@ ul.LC_GRADING_pastgrading a { .LC_grade { font-size: x-large; font-family: Arial; - position:absolute; left: 5px; top: -5px; - width: 70px; + width: auto; + border: none; + position:absolute; } + div#LC_feedback h1 { color : inherit; } @@ -224,10 +212,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; } */