app/soc/content/css/jquery-ui-sortable-090806.css
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 30 Sep 2009 21:10:36 +0200
changeset 2994 24db4afbc82e
parent 2892 d7a19ac73f22
permissions -rw-r--r--
Removed order property in the getBatchOfData. This ordering is not possible since you want to go over the entities in order oftheir key and ordering them would prohibit this from happening properly.

#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}

#dynamic-add {
	list-style: none;
}

#dynamic-add li.handle {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	background-color: #efefef;
	cursor: move;
}