--- loncom/interface/loncommon.pm 2009/06/09 18:42:42 1.841 +++ loncom/interface/loncommon.pm 2009/06/10 13:32:38 1.842 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.841 2009/06/09 18:42:42 tempelho Exp $ +# $Id: loncommon.pm,v 1.842 2009/06/10 13:32:38 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4747,14 +4747,6 @@ table#LC_title_bar.LC_with_remote { margin: 0; } -table.LC_docs_path { - width: 100%; - border: 0; - background: $pgbg; - border-collapse: collapse; - padding: 0; -} - table#LC_title_bar td { background: $tabbg; } @@ -4798,19 +4790,12 @@ table#LC_top_nav td.LC_top_nav_login { text-align: center; } -table.LC_breadcrumbs td, -table.LC_docs_path td { - background: $tabbg; - color: $fontmenu; - font-size: smaller; +.LC_breadcrumbs_component { + float: right; + margin: 0 1em; } - -table.LC_breadcrumbs td.LC_breadcrumbs_component, -table.LC_docs_path td.LC_docs_path_component { - background: $tabbg; - color: $fontmenu; - font-size: larger; - text-align: right; +.LC_breadcrumbs_component img { + vertical-align: middle; } td.LC_table_cell_checkbox { @@ -4829,7 +4814,6 @@ table#LC_mainmenu td.LC_mainmenu_column clear:both; background: $sidebg; border-bottom: 1px solid $lg_border_color; - height: 32px; line-height: 32px; margin: 0; padding: 0; @@ -6000,9 +5984,8 @@ ul#LC_CourseBreadcrumbs { ol#LC_MenuBreadcrumbs li, ol#LC_PathBreadcrumbs li, ul#LC_CourseBreadcrumbs li { - display: inline; - padding: 0 0 0 10px; - overflow:hidden; + display: inline; + white-space: nowrap; } ol#LC_MenuBreadcrumbs li a,