Index: lams_monitoring/web/timeLimit.jsp =================================================================== diff -u -rbbdddbe61d1b08c08a0dbae70d8d19bdfe357307 -rfc63987bf348f0821378370cd71e6b933129edfd --- lams_monitoring/web/timeLimit.jsp (.../timeLimit.jsp) (revision bbdddbe61d1b08c08a0dbae70d8d19bdfe357307) +++ lams_monitoring/web/timeLimit.jsp (.../timeLimit.jsp) (revision fc63987bf348f0821378370cd71e6b933129edfd) @@ -5,8 +5,14 @@ color: #FF3333 !important; } - #time-limit-table .btn-success { - color: var(--bs-white); + #time-limit-table { + .btn-success { + color: var(--bs-white); + } + + .no-border-bottom { + border-bottom: none !important; + } } #time-limit-widget { @@ -36,7 +42,7 @@ } #time-limit-widget #time-limit-widget-content > div button { - width: 70%; + width: 85%; } #time-limit-widget #absolute-time-limit-widget-value { @@ -327,8 +333,7 @@ counters = $('
').attr('id', 'absolute-time-limit-panel-counter') .addClass('absolute-time-limit-counter') .appendTo('#absolute-time-limit-panel-value') - .add( - $('
').attr('id', 'absolute-time-limit-widget-counter') + .add($('
').attr('id', 'absolute-time-limit-widget-counter') .addClass('absolute-time-limit-counter') .appendTo('#absolute-time-limit-widget-value')) .countdown({ @@ -362,7 +367,7 @@ expiredHideContainers.hide(); } }, - expiryText : '' + expiryText : '' }); } else { // if counter is paused, we can not adjust time, so resume it for a moment @@ -508,7 +513,7 @@ if (expand && !timeLimitContent.hasClass('show')){ if (immediateExpand) { timeLimitContent.addClass('show'); - timeLimitWidget.css('width', '200px'); + timeLimitWidget.css('width', '240px'); } else { timeLimitContent.collapse('show'); } @@ -533,24 +538,21 @@
-
+
- - + - - + - - - + @@ -693,28 +701,29 @@

+
+

-   - -
@@ -559,119 +561,125 @@
+   + + - - - -

+
+

- - -   - - - -
+ class="text-danger ${absoluteTimeLimitEnabled or param.absoluteTimeLimit != 0 ? 'd-none' : ''}">
+ class="${absoluteTimeLimitEnabled or param.absoluteTimeLimit eq 0 ? 'd-none' : ''}">
+ + +   + + + + - - - - -
+

+
@@ -680,7 +688,7 @@
- - - - @@ -736,22 +745,21 @@
-
-
-