Last modified: 2011-11-28 13:51:21 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T34682, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 32682 - Remove hard coded CSS from ContributionHistory_body (Contributions Reporting)
Remove hard coded CSS from ContributionHistory_body (Contributions Reporting)
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ContributionReporting (Other open bugs)
unspecified
All All
: Unprioritized enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 29713 32681
  Show dependency treegraph
 
Reported: 2011-11-28 13:21 UTC by Sam Reed (reedy)
Modified: 2011-11-28 13:51 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2011-11-28 13:21:59 UTC
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
Comment 1 Sam Reed (reedy) 2011-11-28 13:51:21 UTC
r104425

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links