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