--- loncom/homework/task.css 2006/03/29 20:31:43 1.2 +++ loncom/homework/task.css 2006/10/31 21:28:12 1.4 @@ -51,14 +51,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; @@ -160,11 +157,7 @@ ul.LC_GRADING_pastgrading a { } - - - .LC_fail, .LC_pass, .LC_neutral { - position: relative; margin : 5px; margin-bottom :10px; padding : 4px; @@ -174,16 +167,26 @@ ul.LC_GRADING_pastgrading a { font-size: small; font-family: Arial; background-color : rgb(255,240,225); + position: relative; } + + .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; +} + +.LC_question_grade { + } .LC_fail { @@ -207,12 +210,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 +229,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; }