Merge "Ability to create tests with nested modules"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.SelectWithInputWidget.base.css
1 /*!
2 * MediaWiki Widgets - base SelectWithInput styles.
3 *
4 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
5 * @license The MIT License (MIT); see LICENSE.txt
6 */
7
8 .mw-widget-selectWithInputWidget .oo-ui-dropdownInputWidget,
9 .mw-widget-selectWithInputWidget .oo-ui-textInputWidget {
10 display: inline-block;
11 }
12
13 .mw-widget-selectWithInputWidget .oo-ui-dropdownInputWidget {
14 max-width: 20em;
15 margin-right: 0.5em;
16 }
17
18 .mw-widget-selectWithInputWidget .oo-ui-textInputWidget {
19 max-width: 29.5em;
20 }