MDL-62173 Theme bootstrapbase: clean backup restore UI

-fix display of detail-pair. These are not rendered well
on theme clean for small devices
This commit is contained in:
Bas Brands
2018-04-26 14:55:59 +02:00
parent 641d113c88
commit 78d77c4223
2 changed files with 22 additions and 0 deletions
@@ -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
View File
@@ -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%;