--- loncom/interface/loncommon.pm 2009/04/24 05:28:55 1.793 +++ loncom/interface/loncommon.pm 2009/04/24 13:02:09 1.794 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.793 2009/04/24 05:28:55 raeburn Exp $ +# $Id: loncommon.pm,v 1.794 2009/04/24 13:02:09 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4628,6 +4628,39 @@ form, .inline { display: inline; } color: #999999; } +.LC_discussion { + background: $tabbg; + border: 1px solid black; + margin: 2px; +} + +.LC_disc_action_links_bar { + background: $tabbg; + font-family: $sans; + border: 0px; + margin: 2px; +} + +.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; @@ -5625,10 +5658,6 @@ h2,h3,h4,h5,h6 padding: 0px; } -p, .LC_ContentBox { - padding: 10px; - -} .LC_FormSectionClearButton input { background-color:transparent; border:0px;