app/tiny_mce/plugins/template/css/template.css
author Chen Lunpeng <forever.clp@gmail.com>
Fri, 27 Mar 2009 13:16:27 +0000
changeset 2021 3ab5d0d73f38
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Fixed some typo in app/soc/views/models/base.py Patch by: Chen Lunpeng 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;
}