2021-03-13 14:39:39 +00:00
|
|
|
.ext-discussiontools-ui-newTopic {
|
2020-08-29 12:00:51 +00:00
|
|
|
clear: both;
|
|
|
|
|
2021-01-13 20:54:59 +00:00
|
|
|
&.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
2020-12-03 22:32:35 +00:00
|
|
|
.ext-discussiontools-ui-newTopic-notices {
|
|
|
|
// Ensure that the form is visible below the notice in case of large notices and small screens
|
|
|
|
max-height: 75vh;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ext-discussiontools-ui-newTopic-notices + .oo-ui-fieldLayout {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2021-01-13 20:54:59 +00:00
|
|
|
h2&-sectionTitle {
|
2020-08-29 12:00:51 +00:00
|
|
|
max-width: none;
|
|
|
|
// This element is a <h2> - override unwanted heading styles
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2021-01-13 20:54:59 +00:00
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2021-03-13 14:39:39 +00:00
|
|
|
.ext-discussiontools-ui-replyWidget {
|
2020-08-29 12:00:51 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.oo-ui-fieldLayout-messages {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
}
|
2021-12-10 17:39:34 +00:00
|
|
|
|
|
|
|
.ext-discussiontools-ui-newTopic-hint.oo-ui-messageWidget-block {
|
2022-06-29 10:55:02 +00:00
|
|
|
clear: both;
|
2021-12-10 17:39:34 +00:00
|
|
|
margin-top: 2em;
|
2022-06-29 10:57:45 +00:00
|
|
|
|
|
|
|
& + .ext-discussiontools-ui-newTopic.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
2021-12-10 17:39:34 +00:00
|
|
|
}
|