MediaWiki:Gadget-WikidataDescription.css

Från Wikipedia

OBS: Efter du har publicerat sidan kan du behöva tömma din webbläsares cache för att se ändringarna.

  • Firefox / Safari: Håll ned Skift och klicka på Uppdatera sidan eller tryck Ctrl-F5 eller Ctrl-R (⌘-R på Mac)
  • Google Chrome: Tryck Ctrl-Skift-R (⌘-Skift-R på Mac)
  • Internet Explorer / Edge: Håll ned Ctrl och klicka på Uppdatera eller tryck Ctrl-F5
  • Opera: Tryck Ctrl-F5.
#gadget-wikidatadescription-input {
	width: 100%;
}

#gadget-wikidatadescription-label {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#gadget-wikidatadescription-submit {
	margin: 1em auto 0;
	display: block;
}

#gadget-wikidatadescription-buttoncontainer {
	margin-left: 0.5em;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gadget-wikidatadescription-dialog p {
	text-align: center;
}