--- loncom/homework/task.css 2006/03/29 20:31:43 1.2 +++ loncom/homework/task.css 2006/03/30 18:54:24 1.3 @@ -160,11 +160,7 @@ ul.LC_GRADING_pastgrading a { } - - - .LC_fail, .LC_pass, .LC_neutral { - position: relative; margin : 5px; margin-bottom :10px; padding : 4px; @@ -176,14 +172,27 @@ ul.LC_GRADING_pastgrading a { background-color : rgb(255,240,225); } +*>.LC_fail, *>.LC_pass, *>.LC_neutral { + position: relative; +} + .LC_fail h4, .LC_pass h4 { - position:absolute; left: -4px; top: -8px; padding:2px; - margin:0; + 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 { + } .LC_fail { @@ -207,10 +216,17 @@ ul.LC_GRADING_pastgrading a { .LC_grade { font-size: x-large; font-family: Arial; - position:absolute; + left: -5em; + top: -15em; + width: 2em; + border: 1px solid; +} +*>.LC_grade { left: 5px; top: -5px; - width: 70px; + width: auto; + border: none; + position:absolute; } div#LC_feedback h1 {