/**
 * media-upload.css
 * 
 * CSS injection for the media-upload.php if
 * included via inline-iframe on the posts-page
 * 
 * @author jjarolim, <office@jarolim.com>
 */

html {
	height: auto; /* No iFrame Autoresize with height:100%; */
}

/* Rebrushing of the elements so they fit into the box on the post-page */

body#media-upload {
	background-color: #f5f5f5;
}

.drag-drop #drag-drop-area {
	height: 120px;
}

	.drag-drop .drag-drop-inside {
		margin-top: 20px;
	}

#media-upload-header {
	background-color: #f9f9f9;
}
	
form {
	background-color: white;
	border: 1px solid #dfdfdf;
	border-top: none;
	margin: 0;
	padding: 1em;
}

	.media-upload-form { margin-top: 0; }
	
	#media-upload #filter {
		width: auto;
		border: none;
		border-left: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
	}
	
	#media-items {
		width: auto;
	}

div#media-upload-header {
	padding-left: 0;
}

	#sidemenu {
		padding-left: 0;
	}

	body#media-upload ul#sidemenu {
		margin-left: 0;
	}

