--- loncom/interface/loncommon.pm 2009/07/13 14:38:31 1.858 +++ loncom/interface/loncommon.pm 2009/07/13 17:34:29 1.859 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.858 2009/07/13 14:38:31 bisitz Exp $ +# $Id: loncommon.pm,v 1.859 2009/07/13 17:34:29 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5571,16 +5571,13 @@ table.LC_docs_documents td.LC_docs_docum } .LC_docs_entry_move { - border: none; - border-collapse: collapse; -} - -.LC_docs_entry_move td { - border: 2px solid #BBBBBB; + border: 1px solid #BBBBBB; background: #DDDDDD; + padding: 1px; + margin: 0; } -.LC_docs_editor td.LC_docs_entry_commands { +table.LC_data_table tr > td.LC_docs_entry_commands { background: #DDDDDD; font-size: x-small; } @@ -5606,12 +5603,7 @@ table.LC_docs_documents td.LC_docs_docum font-size: x-small; } -.LC_docs_editor td.LC_docs_entry_title, -.LC_docs_editor td.LC_docs_entry_icon { - background: #FFFFBB; -} - -.LC_docs_editor td.LC_docs_entry_parameter { +table.LC_data_table tr > td.LC_docs_entry_parameter { background: #BBBBFF; font-size: x-small; white-space: nowrap;