Page MenuHomePhabricator

CSS regression: last modified bar now touches secondary actions
Closed, ResolvedPublic

Description

I expect this is related to the new
language button work.

The discussion button (shown when logged in) now touches the last modified bar.

Before (and expected)

Screen Shot 2016-03-23 at 10.28.46 AM.png (119×909 px, 20 KB)

Actual:

Screen Shot 2016-03-23 at 10.28.53 AM.png (99×920 px, 15 KB)

Event Timeline

I see what's happened here:

This used to be present:

.return-link.last-modified-bottom, #mw-mf-last-modified.last-modified-bottom {
    margin-top: 1.5em;
}

IT's no longer present, so yes unlikely to be to do with the language switcher work.

Change 279153 had a related patch set uploaded (by Jdlrobson):
Restore margin top to last modified bar

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

Change 279261 had a related patch set uploaded (by Jdlrobson):
Restore margin-top to last modified bar

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

Change 279261 merged by jenkins-bot:
Restore margin-top to last modified bar

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

Jdlrobson lowered the priority of this task from High to Medium.
Jdlrobson lowered the priority of this task from Medium to Low.
Jdlrobson claimed this task.

Signed off and SWAT deployed