[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemanalysis.pm
raeburn
raeburn at source.lon-capa.org
Fri Apr 17 22:05:03 EDT 2026
raeburn Sat Apr 18 02:05:03 2026 EDT
Modified files:
/loncom/interface/statistics lonproblemanalysis.pm
Log:
- WCAG 2.2 compliance -- satisfy minimum spacing between touch targets.
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.149 loncom/interface/statistics/lonproblemanalysis.pm:1.150
--- loncom/interface/statistics/lonproblemanalysis.pm:1.149 Wed Dec 24 14:44:23 2025
+++ loncom/interface/statistics/lonproblemanalysis.pm Sat Apr 18 02:05:03 2026
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemanalysis.pm,v 1.149 2025/12/24 14:44:23 raeburn Exp $
+# $Id: lonproblemanalysis.pm,v 1.150 2026/04/18 02:05:03 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1955,7 +1955,7 @@
$showprob_checkbox .= ' checked="checked"';
}
$showprob_checkbox.= ' />';
- $Str.= '<span class="LC_nobreak"><label>'.
+ $Str.= '<span class="LC_nobreak" style="line-height: 180%"><label>'.
$showprob_checkbox.' '.&mt('Show problem').
'</label></span><br />';
##
@@ -1971,7 +1971,7 @@
$analyze_selector .= ' selected="selected"' if ($env{'form.AnalyzeOver'} eq 'time');
$analyze_selector .= '>'.&mt('Time').'</option>';
$analyze_selector .= '</select>';
- $Str .= '<span class="LC_nobreak"><label>'.
+ $Str .= '<span class="LC_nobreak" style="line-height: 180%"><label>'.
&mt('Analyze Over [_1] [_2]',
$analyze_selector,
&Apache::loncommon::help_open_topic('Analysis_Analyze_Over')).
@@ -1989,7 +1989,7 @@
$numplots_selector .= '>'.$i.'</option>';
}
$numplots_selector .= '</select>';
- $Str .= '<span class="LC_nobreak"><label>'.&mt('Number of Plots [_1]',$numplots_selector).
+ $Str .= '<span class="LC_nobreak" style="line-height: 180%"><label>'.&mt('Number of Plots [_1]',$numplots_selector).
'</label></span><br />';
##
$Str .= '</td>';
More information about the LON-CAPA-cvs
mailing list