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

version 1.4, 2006/10/31 21:28:12 version 1.7, 2006/11/28 17:55:25
Line 11  font table { Line 11  font table {
 }  }
 */  */
   
   div.LC_question div.LC_question {
       margin-left: 5em;
   }
   
 ul.LC_GRADING_handininfo {  ul.LC_GRADING_handininfo {
  border: 1px solid black;   border: 1px solid black;
  position: fixed;   position: fixed;
Line 131  ul.LC_GRADING_pastgrading a { Line 135  ul.LC_GRADING_pastgrading a {
  text-decoration: none;   text-decoration: none;
 }  }
   
   
 @media screen {  
   /* Don't do this at home */  
   * html  
     {  
  overflow-x: hidden;  
     overflow-y: hidden;  
  padding-right: .2em;  
     }  
   * html body  
     {  
     overflow-y: auto;  
     height: 100%;  
     font-size: 90%;  
     }  
   * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo  
     {  
     position: absolute;    
     }  
    * html ul.LC_GRADING_handininfo {  
     overflow-y: hidden;  
  }  
   /* All done. */  
   
 }  
   
 .LC_fail, .LC_pass, .LC_neutral {  .LC_fail, .LC_pass, .LC_neutral {
     margin : 5px;      margin : 5px;
     margin-bottom :10px;      margin-bottom :10px;
Line 170  ul.LC_GRADING_pastgrading a { Line 148  ul.LC_GRADING_pastgrading a {
  position: relative;   position: relative;
 }  }
   
   div.LC_task_overall_status {
     border-width: 6px;
    border-style: outset;
   }
   
 .LC_fail h4, .LC_pass h4 {  .LC_fail h4, .LC_pass h4 {
  left: -4px;   left: -4px;

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


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