--- loncom/interface/loncommon.pm 2009/05/27 17:14:56 1.828 +++ loncom/interface/loncommon.pm 2009/05/27 18:56:22 1.829 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.828 2009/05/27 17:14:56 bisitz Exp $ +# $Id: loncommon.pm,v 1.829 2009/05/27 18:56:22 kalberla Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5421,17 +5421,23 @@ table.LC_status_selector td { div.LC_feedback_link { clear: both; - background: white; + background: $sidebg; width: 100%; + padding-bottom: 10px; + border: 1px $tabbg solid; +} + +div.LC_feedback_link a{ + text-decoration: none; } span.LC_feedback_link { - background: $feedback_link_bg; + //background: $feedback_link_bg; font-size: larger; } span.LC_message_link { - background: $feedback_link_bg; + //background: $feedback_link_bg; font-size: larger; position: absolute; right: 1em;