Merge "Pages with only forms should take up entire page" into specialpages

This commit is contained in:
jenkins-bot 2017-11-30 18:35:21 +00:00 committed by Gerrit Code Review
commit 01d6c5ed21
2 changed files with 8 additions and 0 deletions

View File

@ -444,6 +444,8 @@ input.search {
.backtotop,
.image-list,
.pre-content,
// Form only pages e.g Special:MobileOptions
#mw-content-text > form .oo-ui-fieldLayout-body,
.content,
.post-content {
margin: 0 @contentMargin;

View File

@ -56,6 +56,8 @@ A file for css that optimises the Minerva skin on larger devices.
// FIXME: Have a class that identifies all of these selectors
.pre-content,
// Form only pages e.g. Special:MobileOptions
#mw-content-text > form,
.content,
.post-content {
max-width: @contentMaxWidthTablet;
@ -134,6 +136,10 @@ A file for css that optimises the Minerva skin on larger devices.
.content-unstyled,
.pre-content,
.post-content,
// Form only pages e.g. Special:MobileOptions
#mw-content-text > form,
// Form only pages e.g Special:MobileOptions
#mw-content-text > form .oo-ui-fieldLayout-body,
// FIXME: remove need for id selector
#mw-mf-page-center .pointer-overlay {
margin-left: auto;