summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.base.css
blob: 8c495a5fcbbe1506b819d3a06c52fef895df52b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*!
 * MediaWiki Widgets - base SelectWithInput styles.
 *
 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.mw-widget-selectWithInputWidget .oo-ui-dropdownInputWidget,
.mw-widget-selectWithInputWidget .oo-ui-textInputWidget {
	display: inline-block;
}

.mw-widget-selectWithInputWidget .oo-ui-dropdownInputWidget {
	max-width: 20em;
	margin-right: 0.5em;
}

.mw-widget-selectWithInputWidget .oo-ui-textInputWidget {
	max-width: 29.5em;
}