Page MenuHomePhabricator

patrol link not always at bottom in vector skin
Open, Needs TriagePublicBUG REPORT

Description

The patrol link for patrolling new pages is usually at the bottom right corner of pages. In monobook skin there is a css rule for this:

div.patrollink {
	clear: both;
}

This is missing in the vector skin (and maybe other skins). On pages with floating elements like images or infoboxes this sometimes places the patrol link higher up on the page.

Screenshot of patrol link in monobook skin, at bottom right after all images:

patrol link in monobook.jpg (609×1 px, 114 KB)

Screenshot of patrol link in vector skin, higher up in the page between floating images:

patrol link in vector.jpg (701×1 px, 137 KB)

Event Timeline

MonoBook is the only skin to treat the patrol link this way. I did some archaeology and found that this was changed in T14857 / rSVN30651 (2008). I then also found T205230 (2018), which is requesting this behavior to be removed from MonoBook. So it seems that this isn't an uncontroversial improvement, although I'm not sure whether anyone really cares…