[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /interface loncommon.pm

raeburn raeburn@source.lon-capa.org
Sun, 16 Aug 2009 22:41:50 -0000


raeburn		Sun Aug 16 22:41:50 2009 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/interface	loncommon.pm 
  Log:
  For 2.9.X, revert background color in pick_box left column to $tabbg (pre- rev 1.850). 
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.692.4.15 loncom/interface/loncommon.pm:1.692.4.16
--- loncom/interface/loncommon.pm:1.692.4.15	Sat Aug 15 19:30:58 2009
+++ loncom/interface/loncommon.pm	Sun Aug 16 22:41:50 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.692.4.15 2009/08/15 19:30:58 raeburn Exp $
+# $Id: loncommon.pm,v 1.692.4.16 2009/08/16 22:41:50 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5252,7 +5252,7 @@
   border-spacing: 1px;
 }
 table.LC_pick_box td.LC_pick_box_title {
-  background: $sidebg;
+  background: $tabbg;
   font-weight: bold;
   text-align: right;
   vertical-align: top;
@@ -5260,7 +5260,7 @@
   padding: 8px;
 }
 table.LC_pick_box td.LC_selfenroll_pick_box_title {
-  background: $sidebg;
+  background: $tabbg;
   font-weight: bold;
   text-align: right;
   width: 350px;