Merge "Subtitle appear below page actions"

This commit is contained in:
jenkins-bot 2019-07-30 20:26:32 +00:00 committed by Gerrit Code Review
commit fd38627869
2 changed files with 7 additions and 1 deletions

View File

@ -47,10 +47,10 @@
{{/items}} {{/items}}
</div> </div>
{{/tabs}} {{/tabs}}
{{{subtitle}}}
{{{pageactionshtml}}} {{{pageactionshtml}}}
{{{postheadinghtml}}} {{{postheadinghtml}}}
{{{internalBanner}}} {{{internalBanner}}}
<div class="minerva__subtitle">{{{subtitle}}}</div>
</div> </div>
{{/hasheadingholder}} {{/hasheadingholder}}
{{{precontenthtml}}} {{{precontenthtml}}}

View File

@ -320,6 +320,12 @@ input.search {
margin: 0 @contentMargin; margin: 0 @contentMargin;
} }
// T217197
.minerva__subtitle {
margin-top: 10px;
margin-bottom: 10px;
}
@media all and ( min-width: @width-breakpoint-tablet ) { @media all and ( min-width: @width-breakpoint-tablet ) {
/* FIXME: this should be one generic class name */ /* FIXME: this should be one generic class name */
/* SpecialMobileEditWatchlist */ /* SpecialMobileEditWatchlist */