mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-14 19:35:38 +00:00
fda08f7b54
This temporary message has been shown for long enough. This mostly reverts: *d0eec56f6d
*f24a73a05a
*bd40523843
Bug: T322495 Change-Id: Ic1762e170547fba8b5fda225eff21e515ace512d
34 lines
667 B
Plaintext
34 lines
667 B
Plaintext
.ext-discussiontools-ui-newTopic {
|
|
clear: both;
|
|
|
|
&.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
h2&-sectionTitle {
|
|
max-width: none;
|
|
// This element is a <h2> - override unwanted heading styles
|
|
padding: 0;
|
|
border: 0;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.ext-discussiontools-ui-replyWidget {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.oo-ui-fieldLayout-messages {
|
|
max-width: none;
|
|
}
|
|
}
|