MediaWiki: Common.css: Difference between revisions

From Now That's What I Call Music Wiki
Jump to: navigation, search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
*Buttons in Forms Layout*/
.mw-search-profile-tabs {
 
display: none !important;
label.checkboxLabel {
width: 200px;
display: block;
float: left;
}
}


label.radioButtonItem {
#mw-searchoptions {
width: 200px;
display: none !important;
display: block;
float: left;
}
}

Latest revision as of 18:34, 11 June 2025

.mw-search-profile-tabs {
	display: none !important;
}

#mw-searchoptions {
	display: none !important;
}