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:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user