2022-11-08 19:55:23 +00:00
|
|
|
// Ensure there is only 1 page tools landmark at anytime
|
|
|
|
.vector-page-tools-landmark {
|
|
|
|
.vector-page-tools-pinned #right-navigation &,
|
|
|
|
.vector-page-tools-unpinned .vector-column-end & {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-11-17 04:45:51 +00:00
|
|
|
|
|
|
|
.vector-pinnable-header {
|
|
|
|
padding: @padding-vertical-tabs;
|
|
|
|
}
|
2022-11-08 19:55:23 +00:00
|
|
|
}
|
|
|
|
|
2022-11-17 04:45:51 +00:00
|
|
|
/**
|
|
|
|
* Styles applying to all items in the pinned column.
|
|
|
|
*/
|
2022-11-08 19:55:23 +00:00
|
|
|
.vector-column-end {
|
|
|
|
.vector-dropdown-content {
|
|
|
|
padding-left: 45px;
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
|
2022-11-17 04:45:51 +00:00
|
|
|
// Make the heading border line up with the edge of the text
|
|
|
|
// (Whereas in a dropdown, the border lines up with the edge of the dropdown container).
|
|
|
|
.vector-menu-heading,
|
|
|
|
.mw-list-item a {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2022-11-08 19:55:23 +00:00
|
|
|
}
|
|
|
|
}
|