MediaWiki:Gadget-summaryButtons.css

From Test Wiki
Revision as of 19:17, 10 April 2018 by ru>Jack who built the house (Jack who built the house переименовал страницу MediaWiki:Gadget-summaryButtons-helperStyles.css в MediaWiki:Gadget-summaryButtons.css без оставления перенаправления: увы, неудачно)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
.summaryButtons {
	margin: 5px 0 0 1px;
	font-size: 85%;
}

.summaryButtons:after {
	content: ' ';
	display: table;
	clear: both;
}

.summaryButtons-group > .summaryButtons-button.summaryButtons-button {
	padding: 3px 6px 2px;
	margin: 0 0 2px -1px;
	border-left: 1px solid #a2a9b1;
	min-width: inherit;
}

.summaryButtons-group > .summaryButtons-button.summaryButtons-button:last-child {
	margin-right: 6px;
}

.summaryButtons-info-link.summaryButtons-info-link {
	float: left;
	padding: 0;
	margin: 4px 0 3px -3px;
	min-width:inherit;
}