mediawiki-extensions-Visual.../modules/ve-mw/ui
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
..
actions Open the linkNode inspector when pressing Ctrl+K on a link node 2014-10-21 19:47:42 -07:00
dialogs Pass $overlay to redirectTargetInput in MWSettingsPage 2014-11-01 04:49:36 +00:00
inspectors MWLinkNodeInspector: Provide an open button here too 2014-10-21 20:00:27 -07:00
pages Merge "Replacing MWTitleInputWidget.getValue() with MWTitleInputWidget.getTitle()" 2014-11-04 01:18:38 +00:00
styles Fix indicator alignment in MWCategoryItemWidget 2014-11-04 16:53:11 -08:00
themes ve.ui.MWFormatTool: Update heading size CSS for new OOUI version 2014-10-19 21:13:21 +02:00
tools Update VE core submodule to master (a942301) 2014-11-04 14:11:04 -08:00
widgets Merge "Replacing MWTitleInputWidget.getValue() with MWTitleInputWidget.getTitle()" 2014-11-04 01:18:38 +00:00
ve.ui.MWCommandRegistry.js Update VE core submodule to master (a942301) 2014-11-04 14:11:04 -08:00
ve.ui.MWMobileContext.js Update VE core submodule to master (db78bdd) 2014-10-20 12:43:39 -07:00
ve.ui.MWMobileSurface.js Update VE core submodule to master (db78bdd) 2014-10-20 12:43:39 -07:00