Diff for /loncom/homework/task.css between versions 1.3 and 1.4

version 1.3, 2006/03/30 18:54:24 version 1.4, 2006/10/31 21:28:12
Line 51  div.LC_GRADING_criteria { Line 51  div.LC_GRADING_criteria {
 div.LC_GRADING_criteriatext {  div.LC_GRADING_criteriatext {
  width: 450px;   width: 450px;
  position: static;   position: static;
  height: 5em;  
  min-height: 5em;   min-height: 5em;
  float: left;   float: left;
 }  }
 *>div.LC_GRADING_criteriatext {  
  height: auto;  div.LC_GRADING_gradernote {
 }  
 p.LC_GRADING_gradernote {  
  width: 450px;   width: 450px;
  font-weight: bold;   font-weight: bold;
  margin-bottom: 0;   margin-bottom: 0;
Line 170  ul.LC_GRADING_pastgrading a { Line 167  ul.LC_GRADING_pastgrading a {
     font-size: small;      font-size: small;
     font-family: Arial;      font-family: Arial;
     background-color : rgb(255,240,225);      background-color : rgb(255,240,225);
    position: relative;
 }  }
   
 *>.LC_fail, *>.LC_pass, *>.LC_neutral {  
     position: relative;  
 }  
   
 .LC_fail h4, .LC_pass h4 {  .LC_fail h4, .LC_pass h4 {
  left: -4px;   left: -4px;
  top: -8px;   top: -8px;
  padding:2px;   padding:2px;
  margin:-4em 0 0 -5em;  
  background-color : rgb(255,240,225);   background-color : rgb(255,240,225);
  border : thin solid;   border : thin solid;
  width: 9em;  
 }  
   
 *>.LC_fail h4, *>.LC_pass h4 {  
  position:absolute;   position:absolute;
  width: auto;   width: auto;
  margin: 0;   margin: 0;
 }  }
   
 .LC_question_grade {  .LC_question_grade {
   
 }  }
Line 216  ul.LC_GRADING_pastgrading a { Line 210  ul.LC_GRADING_pastgrading a {
 .LC_grade {  .LC_grade {
  font-size: x-large;   font-size: x-large;
  font-family: Arial;   font-family: Arial;
  left: -5em;  
  top: -15em;  
  width: 2em;  
  border: 1px solid;  
 }  
 *>.LC_grade {  
  left: 5px;   left: 5px;
  top: -5px;   top: -5px;
  width: auto;   width: auto;
Line 229  ul.LC_GRADING_pastgrading a { Line 217  ul.LC_GRADING_pastgrading a {
  position:absolute;   position:absolute;
 }  }
   
   
 div#LC_feedback h1 {  div#LC_feedback h1 {
     color : inherit;      color : inherit;
 }  }
Line 240  div.LC_criteria { Line 229  div.LC_criteria {
  margin-left: 3em;   margin-left: 3em;
   
 }  }
 p.LC_gradernote {  
     display: none;  
 }  
 li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {  li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {
  border-top: 1px dashed black;   border-top: 1px dashed black;
  padding-top: .5em;   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; }

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>