--- loncom/interface/loncommon.pm 2006/06/22 17:34:40 1.385 +++ loncom/interface/loncommon.pm 2006/06/22 17:56:06 1.386 @@ -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.386 2006/06/22 17:56:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3316,6 +3316,22 @@ 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; +} END }