--- loncom/interface/loncommon.pm 2009/07/13 17:34:29 1.859 +++ loncom/interface/loncommon.pm 2009/07/14 17:56:13 1.862 @@ -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.862 2009/07/14 17:56:13 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4868,6 +4868,7 @@ table#LC_mainmenu td.LC_mainmenu_column margin: 0; padding: 0; } + /* Preliminary fix to hide breadcrumbs inside remote control window */ #LC_remote #LC_breadcrumbs { display:none; @@ -5284,14 +5285,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 +5563,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 +5602,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; @@ -6012,9 +6005,17 @@ ul.LC_TabContentBigger li a { color: #737373; } +ul.LC_CourseBreadcrumbs { + background: $sidebg; + line-height: 32px; + padding-left: 10px; + margin: 0 0 10px 0; + list-style-position: inside; + +} + ol#LC_MenuBreadcrumbs, -ol#LC_PathBreadcrumbs, -ul#LC_CourseBreadcrumbs { +ol#LC_PathBreadcrumbs { padding-left: 10px; margin: 0; list-style-position: inside; @@ -6022,13 +6023,13 @@ ul#LC_CourseBreadcrumbs { ol#LC_MenuBreadcrumbs li, ol#LC_PathBreadcrumbs li, -ul#LC_CourseBreadcrumbs li { +ul.LC_CourseBreadcrumbs li { display: inline; white-space: nowrap; } ol#LC_MenuBreadcrumbs li a, -ul#LC_CourseBreadcrumbs li a { +ul.LC_CourseBreadcrumbs li a { text-decoration: none; font-size:90%; }