mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/widgets
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
..
ve.ui.MWCategoryInputWidget.css
ve.ui.MWCategoryItemWidget.css Fix indicator alignment in MWCategoryItemWidget 2014-11-04 16:53:11 -08:00
ve.ui.MWCategoryPopupWidget.css Update VE core submodule to master (1f82a47) 2014-09-03 17:20:09 -07:00
ve.ui.MWCategoryWidget.css
ve.ui.MWLinkTargetInputWidget.css MWLinkTargetInputWidget: Add styles for invalid link titles 2014-07-31 18:45:03 +00:00
ve.ui.MWMediaResultWidget.css Update VE core submodule to master (1f82a47) 2014-09-03 17:20:09 -07:00
ve.ui.MWMoreParametersResultWidget.css
ve.ui.MWNoParametersResultWidget.css
ve.ui.MWParameterResultWidget.css
ve.ui.MWParameterSearchWidget.css
ve.ui.MWReferenceGroupInputWidget.css Use combo box widget to suggest existing values for reference group 2014-08-30 02:33:04 +01:00
ve.ui.MWReferenceResultWidget.css Update VE core submodule to master (1f82a47) 2014-09-03 17:20:09 -07:00
ve.ui.MWReferenceSearchWidget.css Reduce bottom margin of reference names 2014-07-27 13:23:06 +01:00
ve.ui.MWSurfaceWidget.css Apply mw-body-content styles to SurfaceWidget 2014-10-15 23:58:46 +00:00
ve.ui.MWTitleInputWidget.css
ve.ui.MWTocWidget.css