--- loncom/interface/loncommon.pm 2009/10/10 03:40:24 1.692.4.18 +++ loncom/interface/loncommon.pm 2009/10/12 18:28:12 1.692.4.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.692.4.18 2009/10/10 03:40:24 raeburn Exp $ +# $Id: loncommon.pm,v 1.692.4.19 2009/10/12 18:28:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4736,6 +4736,38 @@ div.LC_confirm_box .LC_success img { color: #999999; } +.LC_discussion { + background: $tabbg; + border: 1px solid black; + margin: 2px; +} + +.LC_disc_action_links_bar { + background: $tabbg; + border: none; + margin: 4px; +} + +.LC_disc_action_left { + text-align: left; +} + +.LC_disc_action_right { + text-align: right; +} + +.LC_disc_new_item { + background: white; + border: 2px solid red; + margin: 2px; +} + +.LC_disc_old_item { + background: white; + border: 1px solid black; + margin: 2px; +} + table.LC_pastsubmission { border: 1px solid black; margin: 2px;