mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
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:
parent
54ac78bba0
commit
7b34e14d25
|
@ -12,10 +12,6 @@
|
||||||
font-size: @font-size-tabs;
|
font-size: @font-size-tabs;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media ( min-width: @min-width-desktop-wide ) {
|
|
||||||
padding-right: @padding-horizontal-tabs - 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mw-portlet-views {
|
.mw-portlet-views {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
/* Tab list items */
|
/* Tab list items */
|
||||||
.vector-menu-tabs {
|
.vector-menu-tabs {
|
||||||
float: left;
|
float: left;
|
||||||
padding-left: @border-width-base;
|
|
||||||
|
|
||||||
/* focus and hover have outlines. Text underline interferes with bottom border */
|
/* focus and hover have outlines. Text underline interferes with bottom border */
|
||||||
.mw-list-item a:focus,
|
.mw-list-item a:focus,
|
||||||
|
|
|
@ -214,11 +214,6 @@ body {
|
||||||
padding: @padding-content;
|
padding: @padding-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
#p-namespaces {
|
|
||||||
background-image: none;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mw-footer {
|
.mw-footer {
|
||||||
border-top: @border-base;
|
border-top: @border-base;
|
||||||
padding: 0.75em;
|
padding: 0.75em;
|
||||||
|
|
Loading…
Reference in a new issue