Diff for /loncom/interface/loncommon.pm between versions 1.1476 and 1.1478

version 1.1476, 2025/03/25 01:02:59 version 1.1478, 2025/06/28 14:34:46
Line 7992  table.LC_data_table tr.LC_prefs_row { Line 7992  table.LC_data_table tr.LC_prefs_row {
    line-height: 250%;     line-height: 250%;
 }  }
   
   table.LC_manage_reservations tr th {
     font-weight: normal;
     font-style: italic;
     text-align: left;
     background: transparent;
     font-size: 100%;
   }
   
 span.LC_current_location {  span.LC_current_location {
   font-size:larger;    font-size:larger;
   background: $pgbg;    background: $pgbg;
Line 8755  fieldset.LC_delete_slot { Line 8763  fieldset.LC_delete_slot {
   padding: 4px;    padding: 4px;
 }  }
   
 fieldset.LC_delete_slot > legend {  fieldset.LC_grace {
     display:inline;
   }
   
   fieldset.LC_delete_slot > legend,
   fieldset.LC_grace > legend {
   font-weight: normal;    font-weight: normal;
 }  }
   

Removed from v.1.1476  
changed lines
  Added in v.1.1478


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