--- loncom/interface/loncommon.pm 2009/07/14 12:04:50 1.860 +++ loncom/interface/loncommon.pm 2009/07/14 17:33:43 1.861 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.860 2009/07/14 12:04:50 bisitz Exp $ +# $Id: loncommon.pm,v 1.861 2009/07/14 17:33:43 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5562,18 +5562,24 @@ table.LC_docs_documents td.LC_docs_docum padding: 4px; } -.LC_docs_entry_move { +div.LC_docs_entry_move { border: 1px solid #BBBBBB; background: #DDDDDD; + width: 22px; padding: 1px; margin: 0; } -table.LC_data_table tr > td.LC_docs_entry_commands { +table.LC_data_table tr > td.LC_docs_entry_commands, +table.LC_data_table tr > td.LC_docs_entry_parameter { background: #DDDDDD; font-size: x-small; } +.LC_docs_entry_parameter { + white-space: nowrap; +} + .LC_docs_copy { color: #000099; } @@ -5595,12 +5601,6 @@ table.LC_data_table tr > td.LC_docs_entr font-size: x-small; } -table.LC_data_table tr > td.LC_docs_entry_parameter { - background: #BBBBFF; - font-size: x-small; - white-space: nowrap; -} - table.LC_docs_adddocs td, table.LC_docs_adddocs th { border: 1px solid #BBBBBB;