--- loncom/interface/loncommon.pm 2009/07/10 19:48:51 1.857 +++ 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.857 2009/07/10 19:48:51 tempelho Exp $ +# $Id: loncommon.pm,v 1.859 2009/07/13 17:34:29 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5457,12 +5457,12 @@ div.LC_feedback_link a{ } span.LC_feedback_link { - //background: $feedback_link_bg; + /* background: $feedback_link_bg; */ font-size: larger; } span.LC_message_link { - //background: $feedback_link_bg; + /* background: $feedback_link_bg; */ font-size: larger; position: absolute; right: 1em; @@ -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; @@ -5938,7 +5930,7 @@ ul#LC_TabMainMenuContent li { ul.LC_TabContent { display:block; background: $sidebg; - border-bottom: solid 1px $lg_border_color + border-bottom: solid 1px $lg_border_color; list-style:none; margin: -10px -10px 0 -10px; padding: 0; @@ -6192,7 +6184,7 @@ table em { table.LC_tableBrowseRes, table.LC_tableOfContent { border:none; - border-spacing: 1; + border-spacing: 1px; padding: 3px; background-color: #FFFFFF; font-size: 90%;