Page MenuHomePhabricator

[WikiForum] Text bleed on WikiForum pages (fix included)
Closed, ResolvedPublic

Description

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.


Version: master
Severity: minor

Details

Reference
bz48870

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:35 AM
bzimport added a project: WikiForum.
bzimport set Reference to bz48870.
bzimport added a subscriber: Unknown Object (MLST).

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.

SamanthaNguyen claimed this task.
SamanthaNguyen subscribed.

Not a bug anymore! This one's quite old :)