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

This commit is contained in:
Andrew Nicols 2018-04-30 09:28:53 +08:00
commit 915fd9e6c3
2 changed files with 22 additions and 0 deletions

View File

@ -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%;
}
}

View File

@ -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%;