﻿/*
 * Ext Gantt v1.5 beta
 * Copyright(c) 2009-2010 Mats Bryntse Consulting
 * mats@ext-scheduler.com
 * http://www.ext-scheduler.com/license.html
 *
 */

/* Make sure the event is not displayed absolute when doing drag drop */
.x-dd-drag-proxy .sch-event
{
	max-width:auto !important;
    position:static !important;
    margin-top:2px;
}

.x-dd-drag-proxy .sch-event .x-resizable-handle
{
	opacity:0 !important;
	filter: alpha(opacity=0);
}

.sch-dragproxy .x-dd-drag-ghost {
	background-color:transparent;
	border: 0 none;
	color:#000000;
	font:11px arial,helvetica,sans-serif;
	opacity:1;
    filter: alpha(opacity=100);
}

.sch-dragproxy .x-dd-drag-ghost {
	border: 0 none;
	padding:3px 0;
	white-space:nowrap;
}