Last modified: 2012-11-16 11:55:55 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 T44182, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 42182 - Enhanced toolbar overlap
Enhanced toolbar overlap
Status: RESOLVED INVALID
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
wmf-deployment
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-16 08:59 UTC by Juan de Vojníkov
Modified: 2012-11-16 11:55 UTC (History)
1 user (show)

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


Attachments
Overlap by edit window (17.18 KB, image/jpeg)
2012-11-16 08:59 UTC, Juan de Vojníkov
Details
Overlap by button (16.95 KB, image/jpeg)
2012-11-16 08:59 UTC, Juan de Vojníkov
Details

Description Juan de Vojníkov 2012-11-16 08:59:19 UTC
Created attachment 11368 [details]
Overlap by edit window

There is an overlap of something called "Format" (in Czech: "Formát") and "Insert" (in Czech: "Vložit"). See images. This is with skin Vector and FF 16.0.2, cs.wn. Same problem in:
*Google Chrome Version 23.0.1271.64 m
*Opera v 12.02
*IE 7
Comment 1 Juan de Vojníkov 2012-11-16 08:59:50 UTC
Created attachment 11369 [details]
Overlap by button
Comment 2 Michael M. 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
Comment 3 Michael M. 2012-11-16 10:04:15 UTC
(In reply to comment #2)
> You either should rename the class you called label by something more
> descriptive to avoid having one class for different things.

I.e. change in [[cs:n:Template:Cedule]] the code from
<div class="label label-pageinfo{{#if:{{{typ|}}}|...
to
<div class="cedule-label label-pageinfo{{#if:{{{typ|}}}|...

and the style definition in [[cs:n:MediaWiki:Common.css]] from
div.label {
to
div.cedule-label {
Comment 4 Juan de Vojníkov 2012-11-16 10:17:03 UTC
Thank you Michael, I will contact the local admins.

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


Navigation
Links