Diff for /loncom/interface/loncommon.pm between versions 1.773 and 1.775

version 1.773, 2009/03/18 17:58:10 version 1.775, 2009/03/21 21:41:14
Line 4615  table#LC_title_bar .LC_title_bar_name { Line 4615  table#LC_title_bar .LC_title_bar_name {
 table#LC_title_bar .LC_title_bar_role {  table#LC_title_bar .LC_title_bar_role {
   margin: 0px;    margin: 0px;
 }  }
 table#LC_title_bar .LC_tite_bar_realm {  table#LC_title_bar .LC_title_bar_realm {
   margin: 0px;    margin: 0px;
 }  }
 span.LC_metadata {  span.LC_metadata {
Line 5859  table.LC_tableOfContent img{ Line 5859  table.LC_tableOfContent img{
  margin-right: 0.3em;   margin-right: 0.3em;
 }  }
   
   a#LC_content_toolbar_firsthomework{
    background-image:url(/res/adm/pages/open-first-problem.gif);
   }
   
   a#LC_content_toolbar_launchnav{
    background-image:url(/res/adm/pages/start-navigation.gif);
   }
   
   a#LC_content_toolbar_closenav{
    background-image:url(/res/adm/pages/close-navigation.gif);
   }
   
   a#LC_content_toolbar_everything{
    background-image:url(/res/adm/pages/show-all.gif);
   }
   
   a#LC_content_toolbar_uncompleted{
    background-image:url(/res/adm/pages/show-incomplete-problems.gif);
   }
   
   #LC_content_toolbar_clearbubbles{
    background-image:url(/res/adm/pages/mark-discussionentries-read.gif);
   }
   
 a#LC_content_toolbar_changefolder{  a#LC_content_toolbar_changefolder{
  background : url(/res/adm/pages/close-all-folders.gif) top center ;   background : url(/res/adm/pages/close-all-folders.gif) top center ;
 }  }

Removed from v.1.773  
changed lines
  Added in v.1.775


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