2022-06-20 12:47:59 +00:00
|
|
|
.ve-ui-mwTwoPaneTransclusionDialogLayout {
|
|
|
|
&-stackLayout {
|
2022-06-23 15:31:13 +00:00
|
|
|
/* We don't want anything to collapse left/right, so shouldn't use margin */
|
|
|
|
padding: 0 48px;
|
|
|
|
|
2022-06-20 12:47:59 +00:00
|
|
|
&.oo-ui-stackLayout-continuous > .oo-ui-panelLayout-scrollable {
|
|
|
|
// Override from PanelLayout; only the StackLayout must be scrollable
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .oo-ui-panelLayout {
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
2022-06-23 15:31:13 +00:00
|
|
|
margin: 48px 0 20px 0;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 48px;
|
|
|
|
}
|
2022-06-20 12:47:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-outlinePanel {
|
2022-06-22 11:59:22 +00:00
|
|
|
.ve-ui-mwTransclusionOutlineControlsWidget {
|
2022-06-20 12:47:59 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 2.5em;
|
|
|
|
// @border-dialog-bar
|
|
|
|
border-top: 1px solid #c8ccd1;
|
2022-06-23 15:31:13 +00:00
|
|
|
padding: 2px;
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: left;
|
|
|
|
|
|
|
|
.oo-ui-buttonWidget {
|
|
|
|
margin-left: 4px !important; /* stylelint-disable-line declaration-no-important */
|
|
|
|
}
|
|
|
|
|
|
|
|
&-items {
|
|
|
|
> .oo-ui-buttonWidget:first-child {
|
|
|
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-movers {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
> .oo-ui-buttonWidget:nth-child( 2 ) {
|
|
|
|
margin-left: -4px !important; /* stylelint-disable-line declaration-no-important */
|
|
|
|
}
|
|
|
|
}
|
2022-06-20 12:47:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .oo-ui-menuLayout-menu {
|
2022-06-23 15:31:13 +00:00
|
|
|
width: 240px;
|
2022-06-20 12:47:59 +00:00
|
|
|
// @border-dialog-bar
|
|
|
|
border-right: 1px solid #c8ccd1;
|
|
|
|
}
|
2022-06-23 15:31:13 +00:00
|
|
|
|
|
|
|
> .oo-ui-menuLayout-content {
|
|
|
|
left: 240px;
|
|
|
|
}
|
2022-06-20 12:47:59 +00:00
|
|
|
}
|