mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-12 09:58:17 +00:00
574d519f92
This was accidentally removed in c8564f6ccb
.
Change-Id: Ie08ad6f8e34abedec437e418dea492cce35d74ca
69 lines
939 B
Plaintext
69 lines
939 B
Plaintext
.dt-ui-replyWidget {
|
|
> .oo-ui-textInputWidget {
|
|
max-width: none;
|
|
|
|
.oo-ui-inputWidget-input {
|
|
line-height: 1.5em;
|
|
}
|
|
}
|
|
|
|
&-actionsWrapper {
|
|
display: flex;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
&-actions {
|
|
margin-left: 3em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&-terms {
|
|
flex-grow: 1;
|
|
font-size: 0.75em;
|
|
color: #54595d;
|
|
}
|
|
|
|
&-preview {
|
|
background: #f6f6f6;
|
|
padding: 0.5em 1em;
|
|
|
|
&:empty {
|
|
display: none;
|
|
}
|
|
|
|
&:before {
|
|
content: attr( data-label );
|
|
color: #808080;
|
|
}
|
|
|
|
> .mw-parser-output {
|
|
margin-left: -1.6em;
|
|
}
|
|
}
|
|
|
|
.oo-ui-messageWidget {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
&-anonWarning {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 1em;
|
|
margin-bottom: 0.5em;
|
|
|
|
&.oo-ui-messageWidget-block {
|
|
padding: 8px 12px;
|
|
|
|
> .oo-ui-iconElement-icon {
|
|
background-position: center center;
|
|
transform: scale( 1.5 );
|
|
}
|
|
}
|
|
|
|
> .oo-ui-labelElement-label {
|
|
flex-grow: 1;
|
|
margin-left: 2.5em;
|
|
}
|
|
}
|
|
}
|