Diff for /loncom/interface/loncommon.pm between versions 1.542 and 1.543

version 1.542, 2007/07/02 15:37:15 version 1.543, 2007/07/03 00:17:42
Line 524  function uncheckAll(field) { Line 524  function uncheckAll(field) {
     if (field.length > 0) {      if (field.length > 0) {
         for (i = 0; i < field.length; i++) {          for (i = 0; i < field.length; i++) {
             field[i].checked = false ;              field[i].checked = false ;
         }     } else {          }
       } else {
         field.checked = false ;          field.checked = false ;
     }      }
 }  }
Line 3746  form, .inline { display: inline; } Line 3747  form, .inline { display: inline; }
 .LC_diff_added {  .LC_diff_added {
   color: green;    color: green;
 }  }
   .LC_unknown {
     color: yellow;
   }
   
 .LC_icon {  .LC_icon {
   border: 0px;    border: 0px;
 }  }
Line 3753  form, .inline { display: inline; } Line 3758  form, .inline { display: inline; }
   border: 0px;    border: 0px;
   height: 22px;    height: 22px;
 }  }
   .LC_docs_spacer {
     width: 25px;
     height: 1px;
     border: 0px;
   }
   
 .LC_internal_info {  .LC_internal_info {
   color: #999;    color: #999;
Line 4425  span.LC_nobreak { Line 4435  span.LC_nobreak {
     white-space: nowrap;      white-space: nowrap;
 }  }
   
   .LC_docs_course_commands div{
        float: left;
        border: 4px solid #AAAAAA;
        padding: 4px;
        background: #DDDDCC;
   }
   
   
 END  END
 }  }
   

Removed from v.1.542  
changed lines
  Added in v.1.543


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