Index: lams_tool_assessment/web/pages/learning/learning.jsp =================================================================== diff -u -r6cd828445d4549e4d114c5333628d812233f0f7a -r21aea119939539ce08a947354f84cb7dc6980d38 --- lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 6cd828445d4549e4d114c5333628d812233f0f7a) +++ lams_tool_assessment/web/pages/learning/learning.jsp (.../learning.jsp) (revision 21aea119939539ce08a947354f84cb7dc6980d38) @@ -207,7 +207,6 @@ left: '', right: '0%', opacity: '.8', - width: '230px', cursor: 'default', border: 'none' } @@ -232,11 +231,11 @@ var hours = $("#countdown").countdown('getTimes')[4]; var minutes = $("#countdown").countdown('getTimes')[5]; if (screenCountdown.data("hours") != hours || screenCountdown.data("minutes") != minutes) { - var timeLeftText = " "; + var timeLeftText = " "; if (hours > 0) { - timeLeftText += hours + " "; + timeLeftText += hours + " "; } - timeLeftText += minutes + " "; + timeLeftText += minutes + " "; screenCountdown.html(timeLeftText); screenCountdown.data("hours", hours); @@ -616,10 +615,13 @@ -
- -
+ +
+ +
+
+ <%@ include file="parts/paging.jsp"%>
@@ -636,4 +638,4 @@
- \ No newline at end of file +