--- loncom/homework/task.css	2006/03/28 21:16:24	1.1
+++ loncom/homework/task.css	2006/11/13 20:30:16	1.5
@@ -1,6 +1,6 @@
 /* CSS Document */
 div.LC_GRADING_task {
-	margin-bottom: 6em;
+	padding-bottom: 6em;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size: small;
 }
@@ -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,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;
+}
+
+.LC_question_grade {
+	
 }
 
 .LC_fail {
@@ -207,12 +213,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 +232,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; }