--- loncom/interface/loncommon.pm 2009/01/26 15:55:11 1.735 +++ loncom/interface/loncommon.pm 2009/01/30 09:05:36 1.737 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.735 2009/01/26 15:55:11 bisitz Exp $ +# $Id: loncommon.pm,v 1.737 2009/01/30 09:05:36 tempelho Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5267,13 +5267,6 @@ table.LC_docs_documents td.LC_docs_docum padding: 4px; } -.LC_docs_course_commands div { - float: left; - border: 4px solid #AAAAAA; - padding: 4px; - background: #DDDDCC; -} - .LC_docs_entry_move { border: 0px; border-collapse: collapse; @@ -5644,6 +5637,12 @@ ul.LC_TabContent li a, ul.LC_TabContent font-weight:bold; white-space:nowrap; } +ul.LC_TabContent li:hover{ + background: url(/adm/lonIcons/lightGreyBG.png) repeat-x right bottom; + color:#BF2317; + text-decoration:none; +} + .LC_hideThis { display:none;