Merge "Fix spelling mistakes in comments"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.htmlform.ooui.css
1 /* OOUIHTMLForm styles */
2
3 .mw-htmlform-ooui-wrapper {
4 width: 50em;
5 margin: 1em 0;
6 }
7
8 .oo-ui-fieldLayout.mw-htmlform-ooui-header-empty,
9 .oo-ui-fieldLayout.mw-htmlform-ooui-header-empty .oo-ui-fieldLayout-body {
10 display: none;
11 }
12
13 .oo-ui-fieldLayout.mw-htmlform-ooui-header-errors {
14 /* Override 'display: none' from above */
15 display: block;
16 }
17
18 .mw-htmlform-ooui .mw-htmlform-submit-buttons {
19 margin-top: 1em;
20 }
21
22 .mw-htmlform-ooui .mw-htmlform-field-HTMLCheckMatrix,
23 .mw-htmlform-ooui .mw-htmlform-matrix,
24 .mw-htmlform-ooui .mw-htmlform-matrix tr {
25 width: 100%;
26 }
27
28 .mw-htmlform-ooui .mw-htmlform-matrix tr td.first {
29 margin-right: 5%;
30 width: 39%;
31 }