[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 01 Nov 2007 20:53:21 -0000
albertel Thu Nov 1 16:53:21 2007 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- fix the nav location to not have 2 px border if the user sets a custom page bg
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.605 loncom/interface/loncommon.pm:1.606
--- loncom/interface/loncommon.pm:1.605 Thu Nov 1 10:05:26 2007
+++ loncom/interface/loncommon.pm Thu Nov 1 16:53:17 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.605 2007/11/01 14:05:26 bisitz Exp $
+# $Id: loncommon.pm,v 1.606 2007/11/01 20:53:17 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4179,7 +4179,7 @@
margin: 2px;
}
-table#LC_top_nav, table#LC_menubuttons {
+table#LC_top_nav, table#LC_menubuttons,table#LC_nav_location {
width: 100%;
background: $pgbg;
border: 2px;
@@ -4187,7 +4187,7 @@
padding: 0px;
}
-table#LC_title_bar, table.LC_breadcrumbs, table#LC_nav_location,
+table#LC_title_bar, table.LC_breadcrumbs,
table#LC_title_bar.LC_with_remote {
width: 100%;
border-color: $pgbg;