Index: lams_monitoring/web/timeLimit.jsp =================================================================== diff -u -r3fd6c7e74581944873c9d1b0205c88fb937f8e54 -r355676e334b91945c8afd727631f8677de293113 --- lams_monitoring/web/timeLimit.jsp (.../timeLimit.jsp) (revision 3fd6c7e74581944873c9d1b0205c88fb937f8e54) +++ lams_monitoring/web/timeLimit.jsp (.../timeLimit.jsp) (revision 355676e334b91945c8afd727631f8677de293113) @@ -19,14 +19,16 @@ top: 45px; right: 0; /* Collapsed by default */ - width: 100px; + width: 130px; display: none; } #time-limit-widget .panel-title a { /* Underlining the link in title does not look nice*/ text-decoration: none !important; color: black; + font-size: 20px; + font-weight: normal; } #time-limit-widget #time-limit-widget-content > div { @@ -58,7 +60,7 @@ $('.panel-heading', timeLimitWidget).removeClass('collapsable-icon-left'); timeLimitWidget.animate({ - width: '100px' + width: '130px' }, function(){ // if hideTimeLimitLearnerWidget() set it to true, then we are deleting the widget var remove = timeLimitContent.data('remove');