Page MenuHomePhabricator

Indicators should be side by side in Timeless
Closed, ResolvedPublic

Description

When there is several indicators (icons at the end of the title line), they should be displayed side by side rather than on separate lines.

On other skins this is done with this CSS :

.mw-indicator {
    display: inline-block;
}

On Vector the selector is .mw-body .mw-indicator, but I don't know if there is a real need to add mw-body.
There is also IE6/7 compatibility CSS, but I don't think Timeless should support them as Microsoft does not since last year.

Event Timeline

Change 393287 had a related patch set uploaded (by TheDJ; owner: TheDJ):
[mediawiki/skins/Timeless@master] Allow multiple mw-indicator side by side

https://gerrit.wikimedia.org/r/393287

Change 393287 merged by jenkins-bot:
[mediawiki/skins/Timeless@master] Allow multiple mw-indicator side by side

https://gerrit.wikimedia.org/r/393287

ashley assigned this task to TheDJ.