mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 16:34:21 +00:00
e16a519a05
Bug: T269157 Change-Id: I4f56f9dc0eca71ea4ed452df49e861aac47e3de8
24 lines
364 B
Plaintext
24 lines
364 B
Plaintext
.dt-ui-newTopic {
|
|
clear: both;
|
|
|
|
&.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
h2&-sectionTitle {
|
|
max-width: none;
|
|
// This element is a <h2> - override unwanted heading styles
|
|
padding: 0;
|
|
border: 0;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.dt-ui-replyWidget {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.oo-ui-fieldLayout-messages {
|
|
max-width: none;
|
|
}
|
|
}
|