2022-06-22 11:59:22 +00:00
|
|
|
.ve-ui-mwTransclusionOutlineControlsWidget {
|
|
|
|
background-color: #fff; // @background-color-base; aka @wmui-color-base100;
|
2022-06-27 18:32:15 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 2.5em;
|
|
|
|
// @border-dialog-bar
|
|
|
|
border-top: 1px solid #c8ccd1;
|
|
|
|
padding: 2px;
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: left;
|
|
|
|
|
2022-06-22 11:59:22 +00:00
|
|
|
&-items,
|
|
|
|
&-movers {
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
2022-06-28 08:47:05 +00:00
|
|
|
> .oo-ui-buttonWidget.oo-ui-iconElement {
|
2022-06-27 18:32:15 +00:00
|
|
|
// Override OOUI defaults
|
2022-06-28 08:47:05 +00:00
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 0;
|
2022-06-22 11:59:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-28 08:47:05 +00:00
|
|
|
&-items > .oo-ui-buttonWidget:first-child {
|
|
|
|
margin-left: 0;
|
2022-06-22 11:59:22 +00:00
|
|
|
}
|
|
|
|
|
2022-06-28 08:47:05 +00:00
|
|
|
&-movers > .oo-ui-buttonWidget:nth-child( 2 ) {
|
2022-06-27 18:32:15 +00:00
|
|
|
// Move arrow controls closer together
|
2022-06-28 08:47:05 +00:00
|
|
|
margin-left: -4px;
|
2022-06-22 11:59:22 +00:00
|
|
|
}
|
|
|
|
}
|