Page MenuHomePhabricator

clear "File history" h2.
Closed, ResolvedPublic

Description

The URL shows a revision that has an interface problem with software generated H2 headers, that are located below the "normal" page content. I suggest that either a "seperate" clear is added between the File description content, and the software generated "post content", or a simple "clear:left;" is added for the #filehistory in Common.js


Version: unspecified
Severity: enhancement
URL: http://www.robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/

Details

Reference
bz17021

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:24 PM
bzimport set Reference to bz17021.
bzimport added a subscriber: Unknown Object (MLST).

Ehm. indeed so.

On en.wp we are now gonna add the following to Mediawiki:Common.css. But this would likely be more suited to be implemented in the standard css styles. Basically, it makes sure that float'ing elements don't overlap or push around several UI elements that you want to make sure with a certain visual consistency.

#mw-subcategories, #wikiDiff,
#mw-category-media, #mw-pages,
#wikiPreview, #filehistory {

clear: both;

}

This is now cleared in shared.css