mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-14 11:25:10 +00:00
ece8ff69ff
Longer, but follows the style guide and less likely to conflict. We need to account for init classes in the cache being around for a while. Change-Id: I738bc93393850db320fdbda2b003ca8ac40556da
24 lines
398 B
Plaintext
24 lines
398 B
Plaintext
.ext-discussiontools-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;
|
|
}
|
|
|
|
.ext-discussiontools-ui-replyWidget {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.oo-ui-fieldLayout-messages {
|
|
max-width: none;
|
|
}
|
|
}
|