MediaWiki:Vector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
#simpleSearch input#searchInput {
#simpleSearch input#searchInput {
width: 14em;
width: 14em;
}
/* Indicator icons */
.mw-indicators {
top: 7px;
}
}

Revision as of 16:30, June 23, 2020

/* CSS placed here will affect users of the Vector skin */

/* Widen search bar */
#simpleSearch input#searchInput {
	width: 14em;
}

/* Indicator icons */
.mw-indicators {
	top: 7px;
}