--- loncom/interface/loncommon.pm 2007/04/17 15:45:02 1.526 +++ loncom/interface/loncommon.pm 2007/04/20 00:48:18 1.529 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.526 2007/04/17 15:45:02 www Exp $ +# $Id: loncommon.pm,v 1.529 2007/04/20 00:48:18 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3910,6 +3910,16 @@ td.LC_menubuttons_img { font-family: $sans; } +.LC_dropadd_labeltext { + font-family: $sans; + text-align: right; +} + +.LC_preferences_labeltext { + font-family: $sans; + text-align: right; +} + table.LC_aboutme_port { border: 0px; border-collapse: collapse; @@ -4351,7 +4361,11 @@ table.LC_prior_tries td { } -span.LC_prior_numerical { +span.LC_prior_numerical, +span.LC_prior_string, +span.LC_prior_custom, +span.LC_prior_reaction, +span.LC_prior_math { font-family: monospace; white-space: pre; } @@ -4365,7 +4379,12 @@ table.LC_prior_option { width: 100%; border-collapse: collapse; } -table.LC_prior_option tr td { +table.LC_prior_rank, table.LC_prior_match { + border-collapse: collapse; +} +table.LC_prior_option tr td, +table.LC_prior_rank tr td, +table.LC_prior_match tr td { border: 1px solid #000000; }