--- loncom/interface/loncommon.pm 2009/05/27 14:59:49 1.827 +++ 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.827 2009/05/27 14:59:49 bisitz Exp $ +# $Id: loncommon.pm,v 1.829 2009/05/27 18:56:22 kalberla Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4896,10 +4896,6 @@ td.LC_menubuttons_text { font-weight: bold; } -.LC_preferences_labeltext { - text-align: right; -} - .LC_roleslog_note { font-size: small; } @@ -5425,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;