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 : '
+ |
|||||||||||
- |
-
|
+ |
+ - |
- |
|||||||
+ |
|||||||||||
- |
-
+ class="text-danger ${absoluteTimeLimitEnabled or param.absoluteTimeLimit != 0 ? 'd-none' : ''}">
+ class="${absoluteTimeLimitEnabled or param.absoluteTimeLimit eq 0 ? 'd-none' : ''}">
|
+ |
+
|
- |
- |
- |
|||||
+ |
|
||||||||||
+ |
@@ -680,7 +688,7 @@
|
- + | |||||||||
|
- |
-
-
|