Index: lams_monitoring/web/timelimit/timeLimit.jsp =================================================================== diff -u -r5563dc18a8b8d19478fb804c8beef31e63bd249b -r162c991370937125bda56a904f3dae0225a2c6ec --- lams_monitoring/web/timelimit/timeLimit.jsp (.../timeLimit.jsp) (revision 5563dc18a8b8d19478fb804c8beef31e63bd249b) +++ lams_monitoring/web/timelimit/timeLimit.jsp (.../timeLimit.jsp) (revision 162c991370937125bda56a904f3dae0225a2c6ec) @@ -12,6 +12,36 @@ #time-limit-table td.centered { text-align: center; } + + #time-limit-widget { + /* The main widget sticks to right browser edge */ + position: fixed; + top: 45px; + right: 0; + /* Collapsed by default */ + width: 100px; + display: none; + } + + #time-limit-widget .panel-title a { + /* Underlining the link in title does not look nice*/ + text-decoration: none !important; + color: black; + } + + #time-limit-widget #time-limit-widget-content > div { + text-align: center; + padding: 10px 0; + } + + #time-limit-widget #time-limit-widget-content > div button { + width: 70%; + } + + #time-limit-widget #absolute-time-limit-widget-value { + display: inline-block; + margin-left: 5px; + } -
+
@@ -436,8 +561,8 @@ -
-
+
+
@@ -446,7 +571,7 @@ - +
@@ -493,11 +618,11 @@ - +
- - + + @@ -556,3 +681,34 @@
+ +
+
+ + + +
+ +
+
+ +
+ +
+ +
+
+
\ No newline at end of file