[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm londocs.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 30 Jun 2006 00:47:17 -0000


albertel		Thu Jun 29 20:47:17 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm londocs.pm 
  Log:
  - remove unsightly pixels from location bars in DOCS BUG#4866
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.408 loncom/interface/loncommon.pm:1.409
--- loncom/interface/loncommon.pm:1.408	Thu Jun 29 14:43:33 2006
+++ loncom/interface/loncommon.pm	Thu Jun 29 20:47:14 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.408 2006/06/29 18:43:33 albertel Exp $
+# $Id: loncommon.pm,v 1.409 2006/06/30 00:47:14 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3150,7 +3150,7 @@
   padding: 0px;
 }
 
-table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location,
+table#LC_title_bar, table.LC_breadcrumbs, table#LC_nav_location,
 table#LC_title_bar.LC_with_remote {
   width: 100%;
   border-color: $pgbg;
@@ -3163,8 +3163,16 @@
   padding: 0px;
 }
 
+table.LC_docs_path {
+  width: 100%;
+  border: 0;
+  background: $pgbg;
+  font-family: $sans;
+  border-collapse: collapse;
+  padding: 0px;
+}
+
 table#LC_title_bar td {
-  padding: 3px;
   background: $tabbg;
 }
 table#LC_title_bar td.LC_title_bar_who {
@@ -3216,13 +3224,14 @@
   margin-left: 0.2em;
   vertical-align: bottom;
 }
-table#LC_breadcrumbs td {
+table.LC_breadcrumbs td, table.LC_docs_path td  {
   background: $tabbg;
   color: $font;
   font-family: $sans;
   font-size: smaller;
 }
-table#LC_breadcrumbs td.LC_breadcrumb_component {
+table.LC_breadcrumbs td.LC_breadcrumb_component,
+table.LC_docs_path td.LC_docs_path_component {
   background: $tabbg;
   color: $font;
   font-family: $sans;
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.233 loncom/interface/londocs.pm:1.234
--- loncom/interface/londocs.pm:1.233	Mon Jun 26 18:31:56 2006
+++ loncom/interface/londocs.pm	Thu Jun 29 20:47:14 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.233 2006/06/26 22:31:56 albertel Exp $
+# $Id: londocs.pm,v 1.234 2006/06/30 00:47:14 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -975,7 +975,8 @@
 		       
 						 
     }
-    return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,0,'nohelp');
+    return &Apache::lonhtmlcommon::breadcrumbs(undef,undef,0,'nohelp',
+					       'LC_docs_path');
 }
 
 sub editor {