MediaWiki:Gadget-Move.css

From wikibase-docker

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.move-dialog .ui-dialog-title {
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Symbol_redirect_vote.svg/19px-Symbol_redirect_vote.svg.png) no-repeat left;
	min-height: 20px;
	padding-left: 25px;
}

.move-group {
	font-size: 67%;
	line-height: 100%;
	margin-left: 0.6em;
}

.move-button {
	float: right;
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Symbol_redirect_vote.svg/19px-Symbol_redirect_vote.svg.png);
	width: 19px;
	height: 20px;
	margin: 0 .2em;
}

/* Do not show move button in edit mode */
.wb-edit .move-button {
	display: none;
}