Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.feedback / feedback.less
blob90464a355e54fb5b3dc339ab43f06ef9b2f99365
1 .mw-feedbackDialog {
2         &-welcome-message,
3         &-feedback-terms {
4                 line-height: 1.4;
5         }
7         &-welcome-message {
8                 margin-bottom: 1em;
9         }
11         &-feedback {
12                 &-terms p:first-child {
13                         margin-top: 0;
14                 }
16                 &-termsofuse {
17                         margin-left: 2em;
18                 }
20                 /* Overwriting OOUI */
21                 &-form .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body {
22                         > .oo-ui-fieldLayout-header {
23                                 min-width: 4.2em;
24                                 width: 20%;
25                         }
27                         > .oo-ui-fieldLayout-field {
28                                 width: 80%;
29                         }
30                 }
31         }