mediawiki-extensions-Visual.../modules/ve-mw/ui/styles
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
..
dialogs Sprinke some child selectors around in MWTransclusionDialog.css 2014-10-27 17:38:20 -07:00
images Fix icon opacity 2014-10-12 18:27:04 +01:00
inspectors Update VE core submodule to master (f2277ea) 2014-07-14 23:24:45 +00:00
pages Hide unsupported UI elements in references on mobile 2014-05-21 16:18:08 -07:00
widgets Fix indicator alignment in MWCategoryItemWidget 2014-11-04 16:53:11 -08:00
ve.ui.Icons.css Remove oo-ui-{ltr,rtl} special-casing for parameter icons 2014-10-27 17:49:42 -07:00