[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
bisitz
bisitz@source.lon-capa.org
Fri, 12 Feb 2010 17:35:49 -0000
bisitz Fri Feb 12 17:35:49 2010 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Role indicator color:
Moved color from background to right thick border (less aggressive)
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.938 loncom/interface/loncommon.pm:1.939
--- loncom/interface/loncommon.pm:1.938 Fri Feb 12 17:22:24 2010
+++ loncom/interface/loncommon.pm Fri Feb 12 17:35:49 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.938 2010/02/12 17:22:24 bisitz Exp $
+# $Id: loncommon.pm,v 1.939 2010/02/12 17:35:49 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5290,23 +5290,23 @@
}
table.LC_data_table tr > td.LC_roles_future {
- background: #FFFF77;
+ border-right: 8px solid #FFFF77;
}
table.LC_data_table tr > td.LC_roles_will {
- background: #FFAA77;
+ border-right: 8px solid #FFAA77;
}
table.LC_data_table tr > td.LC_roles_expired {
- background: #FF7777;
+ border-right: 8px solid #FF7777;
}
table.LC_data_table tr > td.LC_roles_will_not {
- background: #AAFF77;
+ border-right: 8px solid #AAFF77;
}
table.LC_data_table tr > td.LC_roles_selected {
- background: #11CC55;
+ border-right: 8px solid #11CC55;
}
span.LC_current_location {