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

       Web browser: ---
            Bug ID: 48870
           Summary: Text bleed on WikiForum pages (fix included)
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Unprioritized
         Component: [other]
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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.

-- 
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