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

       Web browser: ---
             Bug #: 32682
           Summary: Remove hard coded CSS from ContributionHistory_body
                    (Contributions Reporting)
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: ContributionReporting
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
            Blocks: 29713, 32681
    Classification: Unclassified


This has:

        $output = '<style type="text/css">';
        $output .= 'td.left {padding-right: 10px;}';
        $output .= 'td.right {padding-left: 10px; text-align: right;}';
        $output .= 'td.alt {background-color: #DDDDDD;}';
        $output .= '</style>';

It could just go in the generic CSS file that already exists, or to keep it
lighter, add a second CSS module and load it nicely

Code isn't actually used at the moment, but that's a different point

Should be moved RL'd at the same time too

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to