--- loncom/interface/loncommon.pm 2006/07/07 15:54:15 1.422 +++ loncom/interface/loncommon.pm 2006/07/07 16:48:21 1.423 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.422 2006/07/07 15:54:15 albertel Exp $ +# $Id: loncommon.pm,v 1.423 2006/07/07 16:48:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3516,6 +3516,28 @@ table.LC_notify_front_page { table.LC_notify_front_page td { padding: 8px; } +.LC_topic_bar { + font-family: $sans; + font-weight: bold; + width: 100%; + background: $tabbg; + vertical-align: middle; + margin: 2ex 0ex 2ex 0ex; +} +.LC_topic_bar span { + vertical-align: middle; +} +.LC_topic_bar img { + vertical-align: bottom; +} +table.LC_course_group_status { + margin: 20px; +} +table.LC_status_selector td { + vertical-align: top; + text-align: center; + padding: 4px; +} END }