Diff for /loncom/interface/loncommon.pm between versions 1.914 and 1.915

version 1.914, 2009/11/14 04:03:00 version 1.915, 2009/11/18 11:18:23
Line 4994  table#LC_mainmenu td.LC_mainmenu_column Line 4994  table#LC_mainmenu td.LC_mainmenu_column
   background: $sidebg;    background: $sidebg;
   border-bottom: 1px solid $lg_border_color;    border-bottom: 1px solid $lg_border_color;
   line-height: 2.5em;    line-height: 2.5em;
  /* SD working here       /* SD working here 
  height: 2.5em;       height: 2.5em;
  overflow: hidden; */       overflow: hidden; */
   margin: 0;    margin: 0;
   padding: 0;    padding: 0;
 }  }
Line 5009  table#LC_mainmenu td.LC_mainmenu_column Line 5009  table#LC_mainmenu td.LC_mainmenu_column
 #LC_head_subbox {  #LC_head_subbox {
   clear:both;    clear:both;
   background: #F8F8F8; /* $sidebg; */    background: #F8F8F8; /* $sidebg; */
   border-bottom: 1px solid $lg_border_color;    border: 1px solid $sidebg;
   margin: 0 0 10px 0;    margin: 0 0 10px 0;      
   padding: 5px;  
 }  }
   
 .LC_fontsize_medium {  .LC_fontsize_medium {
Line 5961  h6 { Line 5960  h6 {
   
 .LC_noBorder {  .LC_noBorder {
   border: 0;    border: 0;
   vertical-align: middle;  
 }  }
   
 .LC_Right {  .LC_Right {
Line 6169  ol#LC_PathBreadcrumbs { Line 6167  ol#LC_PathBreadcrumbs {
   padding-left: 10px;    padding-left: 10px;
   margin: 0;    margin: 0;
   list-style-position: inside;    list-style-position: inside;
     /* SD working here      /* SD working here 
     white-space: nowrap; */      white-space: nowrap; */
 }  }
   
Line 6178  ol#LC_PathBreadcrumbs li, Line 6176  ol#LC_PathBreadcrumbs li,
 ul.LC_CourseBreadcrumbs li {  ul.LC_CourseBreadcrumbs li {
   display: inline;    display: inline;
   white-space: nowrap;    white-space: nowrap;
     /* SD working here      /* SD working here  
     white-space: normal; */      white-space: normal; */ 
 }  }
   
 ol#LC_MenuBreadcrumbs li a,  ol#LC_MenuBreadcrumbs li a,
Line 6433  a.LC_toolbarItem { Line 6431  a.LC_toolbarItem {
   background-color:transparent;    background-color:transparent;
 }  }
   
   ul.LC_funclist {
       margin: 0;
       padding: 0.5em 1em 0.5em 0;
   }
   
   ul.LC_funclist + ul.LC_funclist {
       /* 
          left border as a seperator if we have more than
          one list 
       */
       border-left: 1px solid $sidebg;
       /* 
          this hides the left border behind the border of the 
          outer box if element is wrapped to the next 'line' 
       */
       margin-left: -1px;
   }
   
 ul.LC_funclist li {  ul.LC_funclist li {
   float: left;    display: inline;
   white-space: nowrap;    white-space: nowrap;
   height: 35px; /* at least as high as heighest list item */    margin: 0 0 0 25px;
   margin: 0 15px 15px 10px;    line-height: 150%;
 }  }
   
   

Removed from v.1.914  
changed lines
  Added in v.1.915


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