Diff for /loncom/interface/loncommon.pm between versions 1.929 and 1.930

version 1.929, 2009/12/16 14:21:59 version 1.930, 2010/01/08 00:52:06
Line 5074  table.LC_nested { Line 5074  table.LC_nested {
   width: 100%;    width: 100%;
 }  }
   
   .ui-accordion,
   .ui-accordion table.LC_data_table,
   .ui-accordion table.LC_nested_outer{
     border: 0px;
     border-spacing: 0px;
     margin: 3px;
   }
   
 table.LC_data_table tr th,  table.LC_data_table tr th,
 table.LC_calendar tr th,  table.LC_calendar tr th,
 table.LC_mail_list tr th,  table.LC_mail_list tr th,
Line 5183  table.LC_nested tr td.LC_right_item { Line 5191  table.LC_nested tr td.LC_right_item {
   text-align: right;    text-align: right;
 }  }
   
   .ui-accordion table.LC_nested tr.LC_odd_row td.LC_left_item,
   .ui-accordion table.LC_nested tr.LC_even_row td.LC_left_item {
     text-align: right;
     width: 40%;
     padding-right:10px;
     vertical-align: top;
     padding: 5px;
   }
   
   .ui-accordion table.LC_nested tr.LC_odd_row td.LC_right_item,
   .ui-accordion table.LC_nested tr.LC_even_row td.LC_right_item {
     text-align: left;
     width: 60%;
     padding: 2px 4px;
   }
   
 table.LC_nested tr.LC_odd_row td {  table.LC_nested tr.LC_odd_row td {
   background-color: #EEEEEE;    background-color: #EEEEEE;
 }  }
Line 6429  ul.LC_funclist li { Line 6453  ul.LC_funclist li {
   line-height: 150%;    line-height: 150%;
 }  }
   
   .ui-accordion .LC_advanced_toggle {
     float: right;
     font-size: 90%;
     padding: 0px 4px
   }
   
 END  END
 }  }

Removed from v.1.929  
changed lines
  Added in v.1.930


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