mediawiki-extensions-Visual.../modules/ve-mw
Roan Kattouw a5e9e1f456 Fix indicator alignment in MWCategoryItemWidget
We were setting the height to 2.25em which just happened
to be right, but it depended on the browser's default
line-height being a certain value. Now that that's changed
with unisolation, the alignment breaks.

Instead of using a magic value, use height: 100%; so it
takes the parent's height. We don't even have to make the
parent position: relative; because it already is.

Also change the width to 2em, which is a much more defensible
value than 2.25em. Previously 2.25em kind of made sense because
that was also the height (resulting in a square box), but
now we don't have that excuse any more.

Bug: 72962
Change-Id: Id617bfaafefd1fc1530fbee29be5d935ec486b92
2014-11-04 16:53:11 -08:00
..
ce Create mwTables with wikitable attribute by default 2014-10-29 12:52:24 -07:00
dm Followup 0165a53: don't store an mw.Title object instead of a string in TemplateModel 2014-11-04 10:58:53 -08:00
i18n Localisation updates from https://translatewiki.net. 2014-11-04 23:33:19 +01:00
init Update VE core submodule to master (a942301) 2014-11-04 14:11:04 -08:00
tests [BrowserTest] WIP adding cases to test other options under Page Settings to options.feature 2014-11-04 15:01:45 -08:00
ui Fix indicator alignment in MWCategoryItemWidget 2014-11-04 16:53:11 -08:00