Diff for /loncom/interface/loncommon.pm between versions 1.392 and 1.394

version 1.392, 2006/06/23 02:56:29 version 1.394, 2006/06/23 03:14:00
Line 3135  form, .inline { display: inline; } Line 3135  form, .inline { display: inline; }
   color: red;    color: red;
   font-size: larger;    font-size: larger;
 }  }
   .LC_warning {
     color: red;
   }
 .LC_success {  .LC_success {
   color: green;    color: green;
 }  }
Line 3146  table#LC_top_nav, table#LC_menubuttons { Line 3149  table#LC_top_nav, table#LC_menubuttons {
   border-collapse: seperate;    border-collapse: seperate;
 }  }
   
 table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location {  table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location,
   table#LC_title_bar.LC_with_remote {
   width: 100%;    width: 100%;
   border-color: $pgbg;    border-color: $pgbg;
   border-style: solid;    border-style: solid;
Line 3157  table#LC_title_bar, table#LC_breadcrumbs Line 3161  table#LC_title_bar, table#LC_breadcrumbs
   border-collapse: collapse;    border-collapse: collapse;
 }  }
   
 table#LC_title_bar.LC_with_remote {  
   width: 100%;  
   border: 0;  
   border-spacing: 0;  
   background: $pgbg;  
   font-family: $sans;  
   border-collapse: collapse;  
 }  
 table#LC_title_bar td {  table#LC_title_bar td {
   padding: 3px;    padding: 3px;
   background: $tabbg;    background: $tabbg;

Removed from v.1.392  
changed lines
  Added in v.1.394


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