--- loncom/interface/loncommon.pm 2009/05/27 14:59:49 1.827 +++ loncom/interface/loncommon.pm 2009/05/28 12:39:23 1.830 @@ -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.830 2009/05/28 12:39:23 bisitz 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; @@ -5722,12 +5724,6 @@ div.LC_edit_problem_editxml_header div { margin-top: 5px; } -div.LC_edit_problem_header_edit_row { - background: $tabbg; - padding: 3px; - margin-bottom: 5px; -} - div.LC_edit_problem_header_title { font-weight: bold; font-size: larger;