--- loncom/interface/loncommon.pm 2010/02/12 17:22:24 1.938 +++ loncom/interface/loncommon.pm 2010/02/12 17:35:49 1.939 @@ -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_is } 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 {