--- loncom/interface/loncommon.pm 2009/07/13 17:34:29 1.859 +++ 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.859 2009/07/13 17:34:29 bisitz Exp $ +# $Id: loncommon.pm,v 1.861 2009/07/14 17:33:43 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5284,14 +5284,6 @@ table.LC_pick_box td.LC_pick_box_title { padding: 8px; } -table.LC_pick_box td.LC_selfenroll_pick_box_title { - background: $tabbg; - font-weight: bold; - text-align: right; - width: 350px; - padding: 8px; -} - table.LC_pick_box td.LC_pick_box_value { text-align: left; padding: 8px; @@ -5570,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; } @@ -5603,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;