
/*
 * CSS for the admin part of Chessgame Shizzle.
 */


/*
 * Metabox on post editor.
 */
div.cs_chessgame_custom_field {
	margin: 5px 0 10px 0;
}
.cs_chessgame_custom_field label {

}
.cs_chessgame_custom_field span {
	width: 30%;
	display: inline-block;
}
.cs_chessgame_custom_field input {
	margin-left: 5%;
}
.cs_chessgame_custom_field input[type="text"] {
	width: 46%;
}
.cs_chessgame_custom_field textarea {
	height: 250px;
	width: 90%;
}
.cs_chessgame_custom_field input#cs_chessgame_result,
.cs_chessgame_custom_field select.cs_result_ajax {
	width: 90px;
}

div.cs_chessgame_admin_help {
	width: 200px;
}
div.cs_chessgame_admin_help_inside {
	display: none;
}
div.cs_chessgame_admin_help_inside span {
	display: inline-block;
	width: 200px;
}


/*
 * Postbox Preview on post editor.
 */
iframe.cs-iframe {
	border-width: 0;
	margin: 0;
	padding: 0;
	height: 344px;
	max-height: 344px;
	width: 260px;
	max-width: 260px;
	overflow: hidden;
}


/*
 * Settings Page
 */

/* Tabs */
form.cs_tab_options {
	display: none;
}
form.cs_tab_options.active {
	display: block;
}


/*
 * Export page
 */
#chessgame_shizzle_export .chessgame_shizzle_export_gif_container {
	position: relative;
}
#chessgame_shizzle_export .chessgame_shizzle_export_gif {
	display: inline-block;
	visibility: hidden;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 0;
	left: 150px;
}
