Subtitle appear below page actions

Bug: T217197
Change-Id: I6582db82ac750783dffa5612c9a0b3ccc86749a1
This commit is contained in:
jdlrobson 2019-07-30 09:56:58 -07:00
parent 0443f9936f
commit 87a0795ed8
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 */