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

droeschl droeschl at source.lon-capa.org
Thu Apr 9 10:34:39 EDT 2015


droeschl		Thu Apr  9 14:34:39 2015 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Fix for a floating glitch in the editor actionbar.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1215 loncom/interface/loncommon.pm:1.1216
--- loncom/interface/loncommon.pm:1.1215	Tue Apr  7 15:12:26 2015
+++ loncom/interface/loncommon.pm	Thu Apr  9 14:34:38 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1215 2015/04/07 15:12:26 raeburn Exp $
+# $Id: loncommon.pm,v 1.1216 2015/04/09 14:34:38 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6836,7 +6836,7 @@
 div.LC_edit_actionbar {
     margin: -5px 0px 0px 0px !important;
     background-color: $sidebg;
-    height: 31px;
+    height: 35px;
 }
 
 div.LC_edit_problem_saves {




More information about the LON-CAPA-cvs mailing list