/**
 * styles for Wikibase special pages
 *
 * @license GNU GPL v2+
 * @author H. Snater
 */

/********** Create item/property page **********/

.wb-label,
.wb-input,
.wb-button,
.wb-select {
	display: block;
	float: left;
	clear: both;
}

.wb-label {
	margin-top: 0.5em;
}

.wb-input,
.wb-select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 65em; /* similar to .wikibase-entityview */
	width: 100%;
}

.wb-button {
	margin-top: 1em;
}
