mediawiki-extensions-Visual.../modules/ve-mw
Marielle Volz 2a46901832 Increases width of defaultsort and page redirect fields in options dialog
This patch increases the width of the defaultsort field, a problem
identified in bug 51012. It does this by adding a custom class in
/modules/ve-mw/ui/pages/ve.ui.MWCategoriesPage.js called
.ve-ui-mwCategoriesPage-defaultsort and then applying the style in
modules/ve-mw/ui/styles/ve.ui.Page.css.

The patch also increases the width of a field that was not addressed
in the bug report, the page redirect field in the page settings
page in the options dialog. This was done because, like the
defaultsort field, this field takes as input page titles, which
can sometimes be long. This was done by adding a style to
modules/ve-mw/ui/styles/ve.ui.MWWidget using the
.ve-ui-mwTitleInputWidget class, a class which had been added
to the input field but didn't have any styles associated with it
until this commit.

In both fields, the width has been set to 30em.

Bug: 51012
Change-Id: Ic24f0d20256a5d64075f9d2850215a03b8c8ae66
2014-03-17 18:51:26 +00:00
..
ce Merge "Table of contents widget" 2014-03-14 22:31:10 +00:00
dm Create remaining meta items in DM 2014-03-13 01:57:48 +00:00
i18n Localisation updates from https://translatewiki.net. 2014-03-15 20:13:20 +00:00
init Re-sync toolbarGroups for MWMediaEdit and MWReference dialogs 2014-03-14 17:01:44 -07:00
test [browser test] add when_present to link header check 2014-03-17 11:37:36 -07:00
ui Increases width of defaultsort and page redirect fields in options dialog 2014-03-17 18:51:26 +00:00