2019-11-22 21:53:31 +00:00
|
|
|
.dt-ui-replyWidget {
|
|
|
|
> .oo-ui-textInputWidget {
|
|
|
|
max-width: none;
|
2020-03-04 14:40:55 +00:00
|
|
|
|
|
|
|
.oo-ui-inputWidget-input {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
2019-11-22 21:53:31 +00:00
|
|
|
}
|
|
|
|
|
2020-02-03 20:34:13 +00:00
|
|
|
&-actionsWrapper {
|
2019-12-09 14:20:06 +00:00
|
|
|
display: flex;
|
2020-02-03 20:34:13 +00:00
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-actions {
|
|
|
|
margin-left: 3em;
|
|
|
|
white-space: nowrap;
|
2019-12-09 14:20:06 +00:00
|
|
|
}
|
|
|
|
|
2020-03-12 19:58:36 +00:00
|
|
|
&-footer {
|
2019-12-09 14:20:06 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
font-size: 0.75em;
|
|
|
|
color: #54595d;
|
2020-03-12 19:58:36 +00:00
|
|
|
|
|
|
|
> p:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2019-11-22 21:53:31 +00:00
|
|
|
}
|
2019-11-19 19:33:14 +00:00
|
|
|
|
2019-11-20 20:27:08 +00:00
|
|
|
&-preview {
|
2020-02-03 20:34:13 +00:00
|
|
|
background: #f6f6f6;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
|
|
|
|
&:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: attr( data-label );
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .mw-parser-output {
|
|
|
|
margin-left: -1.6em;
|
|
|
|
}
|
2019-11-20 20:27:08 +00:00
|
|
|
}
|
|
|
|
|
2020-03-09 19:35:15 +00:00
|
|
|
.oo-ui-messageWidget {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2020-02-03 20:34:13 +00:00
|
|
|
&-anonWarning {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 1em;
|
2019-11-19 19:33:14 +00:00
|
|
|
margin-bottom: 0.5em;
|
2020-02-03 20:34:13 +00:00
|
|
|
|
|
|
|
&.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;
|
|
|
|
}
|
2019-11-19 19:33:14 +00:00
|
|
|
}
|
2019-11-22 21:53:31 +00:00
|
|
|
}
|