https://bugzilla.wikimedia.org/show_bug.cgi?id=18867

           Summary: Enhance CSS styling of image page
           Product: MediaWiki
           Version: 1.14.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Images and files
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: rhae...@gmx.net


Created an attachment (id=6143)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6143)
Patch for ImagePage.php

Currently it's very difficult to style (or hide) the individual elements of an
image description page (file history, file links, metadata and the links for
uploading a new version, searching for duplicates etc.) using CSS because these
sections of the page are not selectable. 

For example, it's not possible to hide the entire file history section because
only the heading and the table can be selected because they have an id
attribute, but not the text ("Click on a date/time to view the file as it
appeared at that time.") and the links for browsing.

Therefore I have created a small patch which encloses the sections in four new
DIV elements with the id's 'mw-filehistory', 'mw-filetools', 'mw-filelinks' and
'mw-filemeta'.

I hope you will find it useful.

Regards,
Robert


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to