MediaWiki:Group-user.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Ranzu (talk | contribs)
No edit summary
Line 4: Line 4:
display:none;
display:none;
}
}
.mw-editform #wpTextbox1 {
height:900px;
}
.editOptions {
.editOptions {
background-color: transparent;
background-color: transparent;

Revision as of 17:06, 30 November 2023

/* CSS placed here will affect registered users only */

#wpSummaryLabel,.editCheckboxes , #editpage-copywarn	{
	display:none;
	}
.editOptions	{
	background-color: transparent;
	border:none;
	padding-bottom:0;
	margin-bottom:0;
	}

.editButtons	{
	position:fixed;
	bottom:1em;
	z-index:50;
	}