--- loncom/interface/loncommon.pm 2007/07/03 00:17:42 1.543 +++ loncom/interface/loncommon.pm 2007/07/03 00:30:47 1.544 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.543 2007/07/03 00:17:42 albertel Exp $ +# $Id: loncommon.pm,v 1.544 2007/07/03 00:30:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4432,17 +4432,33 @@ table.LC_prior_match tr td { } span.LC_nobreak { - white-space: nowrap; + white-space: nowrap; } .LC_docs_course_commands div{ - float: left; - border: 4px solid #AAAAAA; - padding: 4px; - background: #DDDDCC; + float: left; + border: 4px solid #AAAAAA; + padding: 4px; + background: #DDDDCC; +} + +.LC_docs_copy { + color: #000099; + font-size: x-small; +} +.LC_docs_cut { + color: #550044; + font-size: x-small; +} +.LC_docs_rename { + color: #009900; + font-size: x-small; +} +.LC_docs_remove { + color: #990000; + font-size: x-small; } - END }