--- loncom/interface/loncommon.pm 2009/03/09 18:06:32 1.767 +++ loncom/interface/loncommon.pm 2009/03/17 23:11:20 1.771 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.767 2009/03/09 18:06:32 droeschl Exp $ +# $Id: loncommon.pm,v 1.771 2009/03/17 23:11:20 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4556,8 +4556,17 @@ form, .inline { display: inline; } } .LC_icon { - border: 0px; + border: none; +} + +.LC_fileicon { + border: none; + height: 1.3em; + vertical-align: text-bottom; + margin-right: 0.3em; + text-decoration:none; } + .LC_indexer_icon { border: 0px; height: 22px; @@ -4565,7 +4574,7 @@ form, .inline { display: inline; } .LC_docs_spacer { width: 25px; height: 1px; - border: 0px; + border: none; } .LC_internal_info { @@ -5276,6 +5285,7 @@ table.LC_prior_match tr td { border: 1px solid #000000; } +td.LC_nobreak, span.LC_nobreak { white-space: nowrap; } @@ -5909,24 +5919,26 @@ table em{ font-weight: bold; font-style: normal; } - -table#LC_tableOfContent{ - border-collapse: collapse; - border-spacing: 0; +table.LC_tableBrowseRes, +table.LC_tableOfContent{ + border:none; + border-spacing: 1; padding: 3px; - border: 0; background-color: #FFFFFF; font-size: 90%; } -table#LC_tableOfContent a { +table.LC_tableBrowseRes a, +table.LC_tableOfContent a { + background-color: transparent; text-decoration: none; } -table#LC_tableOfContent tr.LC_trOdd{ +table.LC_tableBrowseRes tr.LC_trOdd, +table.LC_tableOfContent tr.LC_trOdd{ background-color: #EEEEEE; } -table#LC_tableOfContent img{ +table.LC_tableOfContent img{ border: none; height: 1.3em; vertical-align: text-bottom;