Diff for /loncom/interface/loncommon.pm between versions 1.955 and 1.956

version 1.955, 2010/03/17 20:00:02 version 1.956, 2010/03/18 09:00:35
Line 6172  ul.LC_TabContentBigger li { Line 6172  ul.LC_TabContentBigger li {
   color: #737373;    color: #737373;
 }  }
   
   
 ul.LC_TabContentBigger li a {  ul.LC_TabContentBigger li a {
   background:url('/adm/lonIcons/tabbgleft.gif') left bottom no-repeat;    background:url('/adm/lonIcons/tabbgleft.gif') left bottom no-repeat;
   height: 30px;    height: 30px;
Line 6182  ul.LC_TabContentBigger li a { Line 6181  ul.LC_TabContentBigger li a {
   text-decoration: none;    text-decoration: none;
 }  }
   
 ul.LC_TabContentBigger li:hover a,  
 ul.LC_TabContentBigger li.active a {  ul.LC_TabContentBigger li.active a {
   background:url('/adm/lonIcons/tabbgleft.gif') left top no-repeat;    background:url('/adm/lonIcons/tabbgleft.gif') left top no-repeat;
   color:$font;    color:$font;
   text-decoration: underline;  
 }  }
   
   
 ul.LC_TabContentBigger li b {  ul.LC_TabContentBigger li b {
   background: url('/adm/lonIcons/tabbgright.gif') no-repeat right bottom;    background: url('/adm/lonIcons/tabbgright.gif') no-repeat right bottom;
   display: block;    display: block;
Line 6197  ul.LC_TabContentBigger li b { Line 6193  ul.LC_TabContentBigger li b {
   padding: 0 30px;    padding: 0 30px;
 }  }
   
 ul.LC_TabContentBigger li:hover b,  ul.LC_TabContentBigger li:hover b {
     color:$button_hover;
   }
   
 ul.LC_TabContentBigger li.active b {  ul.LC_TabContentBigger li.active b {
   background:url('/adm/lonIcons/tabbgright.gif') right top no-repeat;    background:url('/adm/lonIcons/tabbgright.gif') right top no-repeat;
   color:$font;    color:$font;
   border-bottom: 1px solid #FFFFFF;    border-bottom: 1px solid #FFFFFF;
     cursor:default;
 }  }
   
   

Removed from v.1.955  
changed lines
  Added in v.1.956


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