/*!
 * VisualEditor UserInterface LanguageInputWidget styles.
 *
 * @copyright 2011-2015 VisualEditor Team and others; see http://ve.mit-license.org
 */

.ve-ui-languageInputWidget-findLanguageButton .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
	width: 9.5em;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ve-ui-languageInputWidget .oo-ui-fieldLayout.oo-ui-labelElement > .oo-ui-fieldLayout-body > .oo-ui-labelElement-label {
	width: 7em;
}

.ve-ui-languageInputWidget-languageCodeTextInput {
	width: 6em;
}

.ve-ui-languageInputWidget-directionSelect {
	margin-bottom: 0.5em;
}
