--- loncom/interface/loncommon.pm 2006/07/07 16:48:21 1.423 +++ loncom/interface/loncommon.pm 2006/07/07 19:17:19 1.424 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.423 2006/07/07 16:48:21 albertel Exp $ +# $Id: loncommon.pm,v 1.424 2006/07/07 19:17:19 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3107,6 +3107,7 @@ sub standard_css { my $data_table_head = $tabbg; my $data_table_light = '#EEEEEE'; my $data_table_dark = '#DDD'; + my $data_table_darker = '#CCC'; my $data_table_highlight = '#FFFF00'; my $mail_new = '#FFBB77'; my $mail_new_hover = '#DD9955'; @@ -3495,11 +3496,9 @@ table.LC_pick_box td.LC_pick_box_title { font-weight: bold; text-align: right; width: 184px; -} -table.LC_pick_box td { padding: 8px; } -table.LC_pick_box td.LC_pick_box_seperator { +table.LC_pick_box td.LC_pick_box_separator { padding: 0px; height: 1px; background: black; @@ -3508,6 +3507,35 @@ table.LC_pick_box td.LC_pick_box_submit text-align: right; } +table.LC_group_priv_box { + background: white; + border: 1px solid black; + border-spacing: 1px; +} +table.LC_group_priv_box td.LC_pick_box_title { + background: $tabbg; + font-weight: bold; + text-align: right; + width: 184px; +} +table.LC_group_priv_box td.LC_groups_fixed { + background: $data_table_light; + text-align: center; +} +table.LC_group_priv_box td.LC_groups_optional { + background: $data_table_dark; + text-align: center; +} +table.LC_group_priv_box td.LC_groups_functionality { + background: $data_table_darker; + text-align: center; + font-weight: bold; +} +table.LC_group_priv td { + text-align: left; + padding: 0px; +} + table.LC_notify_front_page { background: white; border: 1px solid black; @@ -3516,6 +3544,9 @@ table.LC_notify_front_page { table.LC_notify_front_page td { padding: 8px; } +.LC_navbuttons { + margin: 2ex 0ex 2ex 0ex; +} .LC_topic_bar { font-family: $sans; font-weight: bold; @@ -3536,7 +3567,12 @@ table.LC_course_group_status { table.LC_status_selector td { vertical-align: top; text-align: center; - padding: 4px; + padding: 4px; +} +table.LC_descriptive_input td.LC_description { + vertical-align: top; + text-align: right; + font-weight: bold; } END