Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git] / resources / src / mediawiki.widgets / mw.widgets.ComplexNamespaceInputWidget.base.css
blobb60883e9974e76c3146363fac1980261320f6820
1 /*!
2 * MediaWiki Widgets - base ComplexNamespaceInputWidget styles.
4 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
5 * @license The MIT License (MIT); see LICENSE.txt
6 */
8 .mw-widget-complexNamespaceInputWidget .mw-widget-namespaceInputWidget,
9 .mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout {
10 display: inline-block;
11 margin-right: 1em;
14 /* TODO FieldLayout is not supposed to be used the way we use it here */
15 .mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout {
16 vertical-align: middle;
17 margin-bottom: 0;
20 .mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline.oo-ui-labelElement > .oo-ui-fieldLayout-body > .oo-ui-labelElement-label {
21 padding-left: 0.5em;
24 .mw-widget-complexNamespaceInputWidget .mw-widget-namespaceInputWidget {
25 max-width: 20em;