MediaWiki:Group-user.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Tag: Reverted
Ranzu (talk | contribs)
No edit summary
Tag: Manual revert
Line 6: Line 6:


.mw-editform #wpTextbox1 {
.mw-editform #wpTextbox1 {
height:1500px;
height:900px;
}
}

Revision as of 16:33, 30 November 2023

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

#wpSummaryLabel,.editCheckboxes , #editpage-copywarn	{
	display:none;
	}

.mw-editform #wpTextbox1	{
	height:900px;
	}
	
.editOptions	{
	background-color: transparent;
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}

.editButtons	{
	max-width:128px;
	text-align:center;
	position:fixed;
	top:11.1em;
	left:5em;
	}