MediaWiki

Gadget-editButton.css

From Dogcraft Wiki

Revision as of 00:34, 6 September 2024 by Domino (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โŒ˜-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (โŒ˜-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#wikiEdit {
	box-sizing: border-box;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #e9edef;
	color: initial;
	border: 1px solid #c9c9c9;
	border-right: 0;
	
	margin: auto;
}

#wikiEdit button {
	cursor: pointer;
}

#wikiActions {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 0;
}

#wikiEdit .fas {
	margin: auto 3px auto 0;
}

#wikiActions .fas {
	font-size: initial;
	margin-right: 0;
}

/* gadget-pagecount.css overrides */
.content .top #wikiEdit + #wikiActions {
		margin: auto 0;
}
	
@media only screen and (min-width: 641px) {
	.content .top #pagecount + #wikiEdit {
		margin: auto 0;
	}
}
This page was last modified on 6 September 2024, at 00:34. (10 days ago)