Skip to content

Commit

Permalink
MDL-62173 Theme bootstrapbase: clean backup restore UI
Browse files Browse the repository at this point in the history
-fix display of detail-pair. These are not rendered well
on theme clean for small devices
  • Loading branch information
Bas Brands committed Apr 26, 2018
1 parent 641d113 commit 78d77c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions theme/bootstrapbase/less/moodle/backup-restore.less
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
}
10 changes: 10 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -18384,6 +18384,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%;
Expand Down

0 comments on commit 78d77c4

Please sign in to comment.