MediaWiki:Edittools.css

From Test Wiki
Jump to navigation Jump to search

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.
#specialchars select {
	display:inline;
	vertical-align: baseline;
}
#specialchars{
	width:100%;
	margin-top:10px;
	border:1px solid #aaa; 
	padding:1px; 
	text-align:center;
	box-sizing: border-box;
}

#specialchars button {
	font-size:0.9em;
	margin: 0.2em 0.1em;
}
.section-Edittools .index {
	display:none;
}
.section-Edittools .pages {
	width: 100% !important;
}
/* Workaround for WikiEditor toolbar button characters breaking out. */
#wikiEditor-ui-toolbar .com-editbuttons span {
    line-height: 1em;
    font-size: 1em;
}