--- loncom/interface/loncommon.pm 2009/07/09 12:53:28 1.854 +++ loncom/interface/loncommon.pm 2009/07/14 12:04:50 1.860 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.854 2009/07/09 12:53:28 kalberla Exp $ +# $Id: loncommon.pm,v 1.860 2009/07/14 12:04:50 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; @@ -5457,12 +5449,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; @@ -5546,8 +5538,7 @@ table.LC_prior_match tr td { border: 1px solid #000000; } -td.LC_nobreak, -span.LC_nobreak { +.LC_nobreak { white-space: nowrap; } @@ -5572,16 +5563,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; } @@ -5607,12 +5595,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; @@ -5939,7 +5922,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; @@ -6011,12 +5994,14 @@ ul.LC_TabContentBigger li { ul.LC_TabContentBigger li:hover, ul.LC_TabContentBigger li.active { background: #ffffff; + color:$font; } ul.LC_TabContentBigger li, ul.LC_TabContentBigger li a { font-size:110%; font-weight:bold; + color: #737373; } ol#LC_MenuBreadcrumbs, @@ -6137,11 +6122,6 @@ div.LC_columnSection>* { overflow:hidden; } -.clear { - clear: both; - margin: 0; -} - .LC_loginpage_container { text-align:left; margin : 0 auto; @@ -6196,7 +6176,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%;