Last modified: 2014-02-08 02:02:59 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 T50870, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 48870 - [WikiForum] Text bleed on WikiForum pages (fix included)
[WikiForum] Text bleed on WikiForum pages (fix included)
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
WikiForum (Other open bugs)
master
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch, patch-need-review
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-27 19:37 UTC by arcane
Modified: 2014-02-08 02:02 UTC (History)
4 users (show)

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


Attachments

Description arcane 2013-05-27 19:37:43 UTC
When using the search bar on the WikiForum pages, I noticed it bleeds into the "new topic" button.

I realized it was a CSS problem, so I want into the styles.css and modified the following lines:

<pre>
/* Search box */
#mw-wikiforum-searchbox {
	float:center
	margin-bottom: 8px;
</pre>


The original lines had "float:right", which made the search bar bleed into the new topic button. The 'float:center" option puts the search bar above the forum, which avoids the bleeding text issue and seems to be error free.

This is just my possible fix for this issue, but all of my tests show that it works fine.
Comment 1 Andre Klapper 2013-05-28 13:21:14 UTC
Hi! Thanks for your fix!
You are welcome to use Developer access
  https://www.mediawiki.org/wiki/Developer_access
to submit this as a Git branch directly into Gerrit into the project mediawiki/extensions/WikiForum:
  https://www.mediawiki.org/wiki/Git/Tutorial
Putting your branch in Git makes it easier to review it quickly.
Thanks again! We appreciate your contribution.

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


Navigation
Links