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

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

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


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