--- loncom/interface/loncommon.pm 2006/06/22 17:34:40 1.385 +++ loncom/interface/loncommon.pm 2006/06/22 19:11:13 1.388 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.385 2006/06/22 17:34:40 albertel Exp $ +# $Id: loncommon.pm,v 1.388 2006/06/22 19:11:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3316,6 +3316,38 @@ table.LC_mail_list tr.LC_mail_other:hove background-color: $mail_other_hover; } +table#LC_portfolio_actions { + width: auto; + background: $pgbg; + border: 0px; + border-spacing: 2px 2px; + padding: 0px; + margin: 0px; + border-collapse: separate; +} +table#LC_portfolio_actions td.LC_label { + background: $tabbg; + text-align: right; +} +table#LC_portfolio_actions td.LC_value { + background: $tabbg; +} + +table.LC_brower { +} +table.LC_browser tr.LC_browser_file { + background: #CCFF88 +} +table.LC_browser tr.LC_browser_file_locked { + background: #FFAA99 +} +table.LC_browser tr.LC_browser_folder { + background: #CCCCFF +} +span.LC_current_location { + font-size: x-large; + background: $pgbg; +} END }