app/soc/content/css/jquery-ui-sortable-090806.css
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 12 Sep 2009 00:36:49 +0200
changeset 2898 ac5f77cd6046
parent 2892 d7a19ac73f22
permissions -rw-r--r--
Fix 500 when saving /site/edit without email When saving /site/edit with no no_reply_email set, a 500 error page would be returned due to an empty value being passed as value to the datastore (which is not allowed for email fields).

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