app/tiny_mce/plugins/template/css/template.css
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 24 Mar 2009 18:00:46 +0000
changeset 2002 7698408e10a5
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Fix csv export of properties that are not string (like datetime.time). Also replace name_on_documents with name helper property. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

#frmbody {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.frmRow {
	margin-bottom: 10px;
}

#templatesrc {
	border: none;
	width: 320px;
	height: 240px;
}

.title {
	padding-bottom: 5px;
}

.mceActionPanel {
	padding-top: 5px;
}