Diff for /loncom/interface/loncommon.pm between versions 1.1465 and 1.1467

version 1.1465, 2025/02/26 19:50:21 version 1.1467, 2025/03/01 17:20:16
Line 8296  table.LC_prior_tries td { Line 8296  table.LC_prior_tries td {
   padding: 6px;    padding: 6px;
 }  }
   
 .LC_prob_status {  span.LC_prob_status {
   margin-top: 5px;    margin: 5px 0 0 0;
   padding-top: 0;    padding: 0 5px 0 0;
   padding-left: 0;    vertical-align: middle;
   padding-bottom: 0;  }
   padding-right: 5px;  
   div.LC_prob_status_outer {
     display: inline-block;
     margin: -5px 0 0 0;
     padding: 0;
   }
   
   div.LC_prob_status_inner {
     display: inline-block;
     margin: 0 5px 0 0;
     padding: 5px;
 }  }
   
 .LC_mail_actions {  .LC_mail_actions {
Line 10889  sub simple_error_page { Line 10899  sub simple_error_page {
         return;          return;
     }      }
   
       sub set_data_table_count {
           my ($count) = @_;
           unshift(@row_count,$count);
       }
   
     sub start_data_table {      sub start_data_table {
  my ($add_class,$id) = @_;   my ($add_class,$id) = @_;
  my $css_class = (join(' ','LC_data_table',$add_class));   my $css_class = (join(' ','LC_data_table',$add_class));

Removed from v.1.1465  
changed lines
  Added in v.1.1467


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