/**
 * @license GNU GPL v2+
 * @author H. Snater < mediawiki@snater.com >
 * @author Thiemo Kreuz
 */
.wikibase-edittoolbar-container > .wikibase-toolbar {
	padding-left: 0;
}

/* This is partially copied from core's resources/src/mediawiki.legacy/shared.css. */
.wb-help-field-hint {
	/* SVG support using a transparent gradient to guarantee cross-browser
	 * compatibility (browsers able to understand gradient syntax support also SVG).
	 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
	background-image: url( images/help-question.png );
	/* @embed */
	background-image: linear-gradient( transparent, transparent ), url( images/help-question.svg );
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin-left: 3px;
	vertical-align: middle;
	width: 11px;
}

.wb-help-field-hint:hover {
	background-position: 0 -12px;
}
