--- loncom/interface/loncommon.pm 2007/07/02 15:37:15 1.542 +++ loncom/interface/loncommon.pm 2007/07/03 00:17:42 1.543 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.542 2007/07/02 15:37:15 raeburn Exp $ +# $Id: loncommon.pm,v 1.543 2007/07/03 00:17:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -524,7 +524,8 @@ function uncheckAll(field) { if (field.length > 0) { for (i = 0; i < field.length; i++) { field[i].checked = false ; - } } else { + } + } else { field.checked = false ; } } @@ -3746,6 +3747,10 @@ form, .inline { display: inline; } .LC_diff_added { color: green; } +.LC_unknown { + color: yellow; +} + .LC_icon { border: 0px; } @@ -3753,6 +3758,11 @@ form, .inline { display: inline; } border: 0px; height: 22px; } +.LC_docs_spacer { + width: 25px; + height: 1px; + border: 0px; +} .LC_internal_info { color: #999; @@ -4425,6 +4435,14 @@ span.LC_nobreak { white-space: nowrap; } +.LC_docs_course_commands div{ + float: left; + border: 4px solid #AAAAAA; + padding: 4px; + background: #DDDDCC; +} + + END }