--- loncom/interface/loncommon.pm 2023/03/27 18:41:04 1.1402
+++ loncom/interface/loncommon.pm 2023/04/02 03:16:27 1.1404
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1402 2023/03/27 18:41:04 raeburn Exp $
+# $Id: loncommon.pm,v 1.1404 2023/04/02 03:16:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2781,7 +2781,7 @@ sub display_filter {
my $onchange = "javascript:toggleHistoryOptions(this,'containingphrase','$context',
'$secondid','$thirdid')";
return ' '.
&mt('Filter: [_1]',
@@ -8160,6 +8160,11 @@ fieldset {
/* overflow: hidden; */
}
+fieldset#LC_selectuser {
+ margin: 0;
+ padding: 0;
+}
+
article.geogebraweb div {
margin: 0;
}