/* 
Created on : 25 mars 2014, 13:59:42
Author     : smoron
*/

/* table explorer extensions */


/* Gestion avec miniature */
table.explorer tr > td.image
{
	padding:0px 10px 0px 10px;
	
	position:relative;
}

table.explorer td.image > img
{
	padding:0;
	margin:0;
	vertical-align: middle;
	
	height: 17px;
}

table.explorer td.image > img:hover
{
	height: 250px;
	position:absolute;
	top:1px;
	left:10px;
	
	z-index:1;
}


/* Gestion de checkbox */

table.explorer input[type=checkbox]
{
	margin:1px 0 0 0;
	vertical-align: top;
}

table.explorer th input[type=checkbox]
{
	margin-left:1px;
}



/* Gestion de bouton */

table.explorer td.button, table.explorer th.button
{
	padding:0px 10px 0px 10px;
	vertical-align: middle;
	text-align: right;
}

table.explorer th.button span
{
	margin-top: 3px;
	display: inline-block;
}

table.explorer td.button input, table.explorer td.button a > img, table.explorer th.button input, table.explorer th.button a > img
{
	height: 17px;
	vertical-align: middle;
}

table.explorer form
{
	display: inline;
}