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

Michael M. <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |INVALID

--- Comment #2 from Michael M. <[email protected]> 2012-11-16 09:59:24 UTC 
---
This is caused by http://cs.wikinews.org/wiki/MediaWiki:Common.css
You change the style for div.label there, but this class is used in the
toolbar, too.

You either should rename the class you called label by something more
descriptive to avoid having one class for different things.

Or you have to add something like

.wikiEditor-ui-toolbar .label {
 border-radius:0;
 box-shadow:none;
 padding:0;
}

to MediaWiki:Common.css

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