mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Merge branch 'MDL-70100-master' of git://github.com/bmbrands/moodle into master
This commit is contained in:
commit
b27a4e4573
@ -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;
|
||||
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user