--- loncom/interface/loncommon.pm 2006/04/22 17:10:07 1.349 +++ loncom/interface/loncommon.pm 2006/04/22 17:17:49 1.350 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.349 2006/04/22 17:10:07 albertel Exp $ +# $Id: loncommon.pm,v 1.350 2006/04/22 17:17:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3078,6 +3078,13 @@ table.thinborder tr th, table.thinborder form, .inline { display: inline; } .center { text-align: center; } .filename {font-family: monospace;} +.LC_error { + color: red; + font-size: larger; +} +.LC_success { + color: green; +} table#LC_top_nav, table#LC_menubuttons, table#LC_nav_location { width: 100%;