/*! * VisualEditor MediaWiki UserInterface MWCategoryInputWidget styles. * * @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ .ve-ui-mwCategoryInputWidget { float: left; width: 15em; margin-top: 0.75em; margin-right: -1px; } .ve-ui-mwCategoryInputWidget input { border-radius: 2em; font-size: 1.05em; margin-top: 0; padding-left: 0.75em; padding-right: 0.75em; }