[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
bisitz
bisitz@source.lon-capa.org
Mon, 26 Jan 2009 15:55:12 -0000
bisitz Mon Jan 26 15:55:12 2009 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Although 3 digits color codes are W3C conform, changed to 6 digit notation to have a consistent notation.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.734 loncom/interface/loncommon.pm:1.735
--- loncom/interface/loncommon.pm:1.734 Tue Jan 20 16:38:38 2009
+++ loncom/interface/loncommon.pm Mon Jan 26 15:55:11 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.734 2009/01/20 16:38:38 bisitz Exp $
+# $Id: loncommon.pm,v 1.735 2009/01/26 15:55:11 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4534,7 +4534,7 @@
}
.LC_internal_info {
- color: #999;
+ color: #999999;
}
table.LC_pastsubmission {
@@ -4756,7 +4756,7 @@
font-size:90%;
}
table.LC_data_table tr.LC_info_row > td {
- background-color: #CCC;
+ background-color: #CCCCCC;
font-weight: bold;
text-align: left;
}
@@ -4804,7 +4804,7 @@
text-align: right;
}
table.LC_nested tr.LC_info_row td {
- background-color: #CCC;
+ background-color: #CCCCCC;
font-weight: bold;
font-size: small;
text-align: center;
@@ -4814,7 +4814,7 @@
text-align: left;
}
table.LC_nested td {
- background-color: #FFF;
+ background-color: #FFFFFF;
font-size: small;
}
table.LC_nested_outer tr th.LC_right_item,
@@ -4825,7 +4825,7 @@
}
table.LC_nested tr.LC_odd_row td {
- background-color: #EEE;
+ background-color: #EEEEEE;
}
table.LC_createuser {
@@ -4836,7 +4836,7 @@
}
table.LC_createuser tr.LC_info_row td {
- background-color: #CCC;
+ background-color: #CCCCCC;
font-weight: bold;
text-align: center;
}