--- loncom/interface/loncommon.pm 2009/07/14 12:04:50 1.860 +++ loncom/interface/loncommon.pm 2009/07/21 14:36:07 1.863 @@ -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.863 2009/07/21 14:36:07 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4451,11 +4451,9 @@ sub bodytag { $realm $dc_info| unless $env{'form.inhibitmenu'}; if ($env{'request.state'} eq 'construct') { - $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$forcereg, - $titletable); + $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$titletable); } else { - $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$forcereg). - $titletable; + $bodytag .= &Apache::lonmenu::menubuttons($forcereg).$titletable; } } return $bodytag; @@ -4868,6 +4866,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; @@ -5562,18 +5561,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 +5600,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; @@ -6004,9 +6003,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; @@ -6014,13 +6021,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%; }