2019-11-22 21:53:31 +00:00
|
|
|
.dt-ui-replyWidget {
|
2020-04-07 14:33:32 +00:00
|
|
|
margin-bottom: 1em;
|
2020-04-27 16:23:27 +00:00
|
|
|
position: relative;
|
|
|
|
clear: both;
|
2020-04-07 14:33:32 +00:00
|
|
|
|
2019-11-22 21:53:31 +00:00
|
|
|
> .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-04-27 15:42:35 +00:00
|
|
|
.ve-ui-targetToolbar > .oo-ui-toolbar-bar {
|
|
|
|
text-align: right;
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
> .oo-ui-toolbar-actions {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-27 16:23:27 +00:00
|
|
|
&-modeTabs {
|
|
|
|
box-shadow: none;
|
|
|
|
height: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-ve .dt-ui-replyWidget-modeTabs {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2020-04-07 14:33:32 +00:00
|
|
|
> p {
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2020-03-12 19:58:36 +00:00
|
|
|
}
|
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 {
|
2020-03-23 22:50:03 +00:00
|
|
|
height: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
2020-02-03 20:34:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: attr( data-label );
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .mw-parser-output {
|
|
|
|
margin-left: -1.6em;
|
|
|
|
}
|
2019-11-20 20:27:08 +00:00
|
|
|
}
|
|
|
|
|
2020-03-23 22:50:03 +00:00
|
|
|
.oo-ui-messageWidget,
|
|
|
|
.dt-ui-replyWidget-preview {
|
2020-03-09 19:35:15 +00:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2020-02-03 20:34:13 +00:00
|
|
|
&-anonWarning {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&.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
|
|
|
}
|
2020-03-04 16:19:19 +00:00
|
|
|
|
|
|
|
&-checkboxes {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 1.5em;
|
|
|
|
}
|
2019-11-22 21:53:31 +00:00
|
|
|
}
|