mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-62173-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
915fd9e6c3
@ -234,3 +234,15 @@
|
||||
height: 300px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.backup-restore .backup-section.settings-section .detail-pair {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.backup-restore .backup-section.settings-section .detail-pair-label {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
@ -18385,6 +18385,16 @@ div#dock {
|
||||
height: 300px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.backup-restore .backup-section.settings-section .detail-pair {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 900px) {
|
||||
.backup-restore .backup-section.settings-section .detail-pair-label {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
table.flexible,
|
||||
.generaltable {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user