Merge "Preferences tabs should be horizontally scrollable"

This commit is contained in:
jenkins-bot 2018-02-01 15:53:11 +00:00 committed by Gerrit Code Review
commit e15d5b812d
1 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,12 @@
// FIXME: All this code can be removed when T117781/T171238 is resolved.
#preftoc {
text-align: center;
text-align: left;
// Horizontal scrolling
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
padding: 0;
li {
display: inline-block;
@ -39,6 +44,11 @@
}
}
// redudant on mobile - tab labels provide context
.mainLegend {
display: none;
}
.mw-htmlform-submit-buttons,
.mw-input {
select,