@CHARSET "UTF-8";

/*Pour l'affichage des nodequeue*/
.nodequeue-dragdrop  {
	margin-bottom: 25px;
}

.nodequeue-dragdrop thead tr th {
	padding: 25px;
}

.nodequeue-dragdrop tbody tr td {
	padding: 25px;
}

.form-actions input {
	margin-right: 10px;
}

/*Pour les tableaux fait avec view*/
.view-content table thead tr th {
	padding: 25px;
}

.view-content table tbody tr td {
	padding: 25px;
}


a.tabledrag-handle .handle {
	margin-left: 20px;
	height: 25px;
	width: 25px;
}

.tabledrag-toggle-weight-wrapper {
	display: none;
}
