Merge branch 'MDL-70100-master' of git://github.com/bmbrands/moodle into master

This commit is contained in:
Eloy Lafuente (stronk7) 2020-11-04 22:39:24 +01:00
commit b27a4e4573
3 changed files with 3 additions and 3 deletions

View File

@ -1275,7 +1275,7 @@ div#dock {
position: sticky;
justify-content: end;
top: $navbar-height + 5px;
z-index: $zindex-modal;
z-index: $zindex-sticky;
#quiz-timer {
border: $border-width solid $red;
background-color: $white;

View File

@ -17572,7 +17572,7 @@ div#dock {
position: sticky;
justify-content: end;
top: 55px;
z-index: 1050; }
z-index: 1020; }
#quiz-timer-wrapper #quiz-timer {
border: 1px solid #ca3120;
background-color: #fff; }

View File

@ -17799,7 +17799,7 @@ div#dock {
position: sticky;
justify-content: end;
top: 55px;
z-index: 1050; }
z-index: 1020; }
#quiz-timer-wrapper #quiz-timer {
border: 1px solid #ca3120;
background-color: #fff; }