Diff for /loncom/interface/loncommon.pm between versions 1.964 and 1.966

version 1.964, 2010/04/12 15:05:45 version 1.966, 2010/05/03 15:03:55
Line 5057  td.LC_table_cell_checkbox { Line 5057  td.LC_table_cell_checkbox {
   background: #F8F8F8; /* $sidebg; */    background: #F8F8F8; /* $sidebg; */
   border: 1px solid $sidebg;    border: 1px solid $sidebg;
   margin: 0 0 10px 0;          margin: 0 0 10px 0;      
     padding: 3px;
 }  }
   
 .LC_fontsize_medium {  .LC_fontsize_medium {
Line 6026  fieldset > legend { Line 6027  fieldset > legend {
   
 #LC_nav_bar {  #LC_nav_bar {
   float: left;    float: left;
   margin: 0;    margin: 0 0 2px 0;
 }  }
   
 #LC_realm {  #LC_realm {
Line 6041  fieldset > legend { Line 6042  fieldset > legend {
   font-style: normal;    font-style: normal;
 }  }
   
   /* Preliminary fix to hide nav_bar inside bookmarks window */
   #LC_bookmarks #LC_nav_bar {
     display:none;
   }
   
 ol.LC_primary_menu {  ol.LC_primary_menu {
   float: right;    float: right;
   margin: 0;    margin: 0;

Removed from v.1.964  
changed lines
  Added in v.1.966


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