--- loncom/interface/loncommon.pm 2009/01/28 13:49:50 1.736 +++ loncom/interface/loncommon.pm 2009/01/30 12:47:54 1.739 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.736 2009/01/28 13:49:50 muellerd Exp $ +# $Id: loncommon.pm,v 1.739 2009/01/30 12:47:54 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5637,6 +5637,13 @@ ul.LC_TabContent li a, ul.LC_TabContent font-weight:bold; white-space:nowrap; } + +ul.LC_TabContent li:hover, ul.LC_TabContent li.active { + background: url(/adm/lonIcons/lightGreyBG.png) repeat-x right bottom; + color:#BF2317; + text-decoration:none; +} + .LC_hideThis { display:none; @@ -5840,19 +5847,6 @@ div.LC_columnSection > .ContentBoxSpecia border-bottom: 1px solid #CCCCCC; } -.LC_loginpage_fieldset{ - border: 1px solid #CCCCCC; - margin: 0 auto; -} - -.LC_loginpage_legend{ - padding: 2px; - margin: 0px; - font-size:14px; - font-weight:bold; -} - - END }