app/soc/content/css/jquery-ui-sortable-090806.css
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 18 Sep 2009 20:06:28 +0200
changeset 2957 f6515daaf000
parent 2892 d7a19ac73f22
permissions -rw-r--r--
Enable document system for GHOP As can be seen from the changes outside app/soc/modules, there is still some work to be done to make the modules fully restricted to configuration changes and code in app/soc/modules. Reviewed-by: Sverre Rabbelier

#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;
}