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

raeburn raeburn at source.lon-capa.org
Wed May 13 19:41:19 EDT 2026


raeburn		Wed May 13 23:41:19 2026 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Remove duplicates and simplify CSS entries in &standard_css()
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1524 loncom/interface/loncommon.pm:1.1525
--- loncom/interface/loncommon.pm:1.1524	Wed May 13 23:14:12 2026
+++ loncom/interface/loncommon.pm	Wed May 13 23:41:19 2026
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1524 2026/05/13 23:14:12 raeburn Exp $
+# $Id: loncommon.pm,v 1.1525 2026/05/13 23:41:19 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -8278,7 +8278,8 @@
   background: #F8F866;
 }
 
-table.LC_data_table tr.LC_browser_folder > td {
+table.LC_data_table tr.LC_browser_folder > td,
+table.LC_data_table tr.LC_browser_folder > th.LC_rowheader {
   background: #E0E8FF;
 }
 
@@ -9104,6 +9105,7 @@
 fieldset.LC_wcag,
 fieldset.LC_autoaddsdrops,
 fieldset.LC_assignrole,
+fieldset.LC_printout,
 fieldset#LC_additionalrecips {
   display:inline;
 }
@@ -9646,31 +9648,27 @@
   font-size: 100%;
 }
 
+table.LC_data_table tr.LC_browser_folder th.LC_rowheader {
+  font-weight: normal;
+  color: $font;
+  text-align: left;
+  font-size: 100%;
+}
+
+table.LC_data_table tr.LC_odd_row th.LC_rowheader,
 table.LC_resourceList tr.LC_odd_row th,
-table.LC_createuser tr.LC_odd_row th.LC_rowheader,
-table.LC_paramDefault tr.LC_odd_row th.LC_rowheader,
 table#contentlist tr.LC_odd_row th {
   background-color: $data_table_light;
 }
 
 table.LC_resourceList tr.LC_even_row th,
-table.LC_createuser tr.LC_even_row th.LC_rowheader,
-table.LC_paramDefault tr.LC_even_row th.LC_rowheader,
+table tr.LC_even_row th.LC_rowheader,
 table#contentlist tr.LC_even_row th {
   background-color: $data_table_dark;
 }
 
-table.LC_resourceList tr.LC_odd_row th.LC_colheader {
-  background-color: $data_table_head;
-}
-
-table.LC_resourceList tr th.LC_rowheader,
-table.LC_paramDefault tr.LC_odd_row th.LC_rowheader,
-table.LC_paramDefault tr.LC_even_row th.LC_rowheader,
-table.LC_createuser tr.LC_odd_row th.LC_rowheader,
-table.LC_createuser tr.LC_even_row th.LC_rowheader,
-table#contentlist tr.LC_odd_row th.LC_rowheader,
-table#contentlist tr.LC_even_row th.LC_rowheader {
+table.LC_data_table tr.LC_odd_row th.LC_rowheader,
+table.LC_data_table tr.LC_even_row th.LC_rowheader {
   font-weight: normal;
   color: $font;
   text-align: left;
@@ -9678,10 +9676,6 @@
   vertical-align: top;
 }
 
-table.LC_resourceList tr.LC_odd_row td.LC_colheader {
-  background-color: $data_table_head;
-}
-
 table.LC_resourceList a {
   background-color: transparent;
   text-decoration: none;




More information about the LON-CAPA-cvs mailing list