--- loncom/interface/loncommon.pm 2010/03/18 09:00:35 1.956 +++ loncom/interface/loncommon.pm 2010/03/18 11:17:06 1.957 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.956 2010/03/18 09:00:35 onken Exp $ +# $Id: loncommon.pm,v 1.957 2010/03/18 11:17:06 onken Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6172,6 +6172,11 @@ ul.LC_TabContentBigger li { color: #737373; } +ul.LC_TabContentBigger li.active { + position: relative; + top: 1px; +} + ul.LC_TabContentBigger li a { background:url('/adm/lonIcons/tabbgleft.gif') left bottom no-repeat; height: 30px; @@ -6191,6 +6196,7 @@ ul.LC_TabContentBigger li b { display: block; float: left; padding: 0 30px; + border-bottom: 1px solid $lg_border_color; } ul.LC_TabContentBigger li:hover b { @@ -6200,7 +6206,7 @@ ul.LC_TabContentBigger li:hover b { ul.LC_TabContentBigger li.active b { background:url('/adm/lonIcons/tabbgright.gif') right top no-repeat; color:$font; - border-bottom: 1px solid #FFFFFF; + border: 0; cursor:default; }