Merge branch 'MDL-85141-main' of https://github.com/roland04/moodle
This commit is contained in:
@@ -10,7 +10,13 @@
|
||||
width: auto;
|
||||
}
|
||||
|
||||
// Remove navbar in print mode.
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Remove tertiary navigation in print mode.
|
||||
.tertiary-navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,9 +82,3 @@
|
||||
font-size: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
.tertiary-navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38911,6 +38911,9 @@ span[data-flexitour=container][x-placement=right] div[data-role=arrow]:after, sp
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
.tertiary-navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.modal .modal-body > .loading-icon {
|
||||
display: block;
|
||||
@@ -40692,11 +40695,6 @@ div.editor_atto_toolbar button .icon {
|
||||
font-size: 80%;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
.tertiary-navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.popover-process-monitor {
|
||||
position: fixed;
|
||||
right: 2rem;
|
||||
|
||||
@@ -38845,6 +38845,9 @@ span[data-flexitour=container][x-placement=right] div[data-role=arrow]:after, sp
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
.tertiary-navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.modal .modal-body > .loading-icon {
|
||||
display: block;
|
||||
@@ -40626,11 +40629,6 @@ div.editor_atto_toolbar button .icon {
|
||||
font-size: 80%;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
.tertiary-navigation {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.popover-process-monitor {
|
||||
position: fixed;
|
||||
right: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user