--- loncom/interface/loncommon.pm 2009/04/14 15:32:12 1.786 +++ loncom/interface/loncommon.pm 2009/04/21 18:03:45 1.789 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.786 2009/04/14 15:32:12 neumanie Exp $ +# $Id: loncommon.pm,v 1.789 2009/04/21 18:03:45 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -602,8 +602,13 @@ function setSect(sectionlist) { sub selectcourse_link { my ($form,$unameele,$udomele,$desc,$extra_element,$multflag,$selecttype)=@_; - return "".&mt('Select Course').""; + return '' + ."".&mt('Select Course').'' + .''; } sub selectauthor_link { @@ -5925,6 +5930,11 @@ table.LC_tableOfContent{ background-color: #FFFFFF; font-size: 90%; } + +table.LC_tableOfContent{ + border-collapse: collapse; +} + table.LC_tableBrowseRes a, table.LC_tableOfContent a { background-color: transparent; @@ -5996,17 +6006,6 @@ ul#LC_toolbar li{ vertical-align:middle; } -/* - This style is used for standard function lists, e.g. functions of Personal Information Page. - It produces a horizontally aligned list with a bullet at the beginning of each function item. - */ -.LC_fieldset_functions li { - float: right; - height: 35px; - background-color: blue; - white-space: nowrap; - margin-left: 10px; -} a.LC_toolbarItem{ display:block;