Page toolbar visual tweaks and code clean up

Visual changes: 11 expected in Pixel
- Elements on the right side of page toolbar are now flush with the rest of the content

Change-Id: Id02cd379687fa292188a447c85951e7a87ade509
This commit is contained in:
bwang 2022-07-27 12:06:26 -05:00 committed by Bernard Wang
parent 54ac78bba0
commit 7b34e14d25
3 changed files with 0 additions and 10 deletions

View File

@ -12,10 +12,6 @@
font-size: @font-size-tabs;
}
@media ( min-width: @min-width-desktop-wide ) {
padding-right: @padding-horizontal-tabs - 1px;
}
.mw-portlet-views {
display: none;

View File

@ -8,7 +8,6 @@
/* Tab list items */
.vector-menu-tabs {
float: left;
padding-left: @border-width-base;
/* focus and hover have outlines. Text underline interferes with bottom border */
.mw-list-item a:focus,

View File

@ -214,11 +214,6 @@ body {
padding: @padding-content;
}
#p-namespaces {
background-image: none;
padding-left: 0;
}
.mw-footer {
border-top: @border-base;
padding: 0.75em;