Merge "ApiQueryRevisions: Fix error message key"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.CopyTextLayout.css
1 /*!
2 * MediaWiki Widgets – CopyTextLayout 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-copyTextLayout > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field {
9 /* TODO: This should be upstreamed to OOUI */
10 max-width: 50em;
11 }
12
13 .mw-widget-copyTextLayout-multiline-button {
14 display: block;
15 max-width: 50em;
16 margin-top: 0.5em;
17 /* Float to right of inline help */
18 float: right;
19 }