| Current File : /home/jvzmxxx/wiki1/extensions/Wikibase/repo/resources/wikibase.special/wikibase.special.css |
/**
* styles for Wikibase special pages
*
* @since 0.1
*
* @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;
margin-bottom: 1em;
max-width: 65em; /* similar to .wikibase-entityview */
width: 100%;
}
.wb-button {
margin-top: 1em;
}