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

raeburn raeburn at source.lon-capa.org
Tue Aug 15 19:46:17 EDT 2017


raeburn		Tue Aug 15 23:46:17 2017 EDT

  Modified files:              (Branch: version_2_11_2_educog)
    /loncom/interface	loncommon.pm 
  Log:
  - Use 2.12 feature pre-release, in modified 2.11.2.
    Self-creation of user accounts using e-mail verification with settings
    dependent on requester's (self-reported) institutional status.
    - changes in rev. 1.1286
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.127 loncom/interface/loncommon.pm:1.1075.2.127.4.1
--- loncom/interface/loncommon.pm:1.1075.2.127	Sun Apr  2 03:09:27 2017
+++ loncom/interface/loncommon.pm	Tue Aug 15 23:46:15 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.127 2017/04/02 03:09:27 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.127.4.1 2017/08/15 23:46:15 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6071,6 +6071,11 @@
   background: $tabbg;
 }
 
+td.LC_zero_height {
+  line-height: 0;
+  cellpadding: 0;
+}
+
 table.LC_data_table {
   border: 1px solid #000000;
   border-collapse: separate;
@@ -6743,6 +6748,7 @@
   color: #990000;
 }
 
+.LC_domprefs_email,
 .LC_docs_reinit_warn,
 .LC_docs_ext_edit {
   font-size: x-small;




More information about the LON-CAPA-cvs mailing list