includes/clientside/tinymce/plugins/template/css/template.css
author Dan
Fri, 30 Jul 2010 15:01:06 -0400
changeset 1276 dac5fad7ad6a
parent 1 fe660c52c48f
permissions -rw-r--r--
ajax.php getpage now cals $template->set_page() so that templates that depend on PAGE_URLNAME etc. will not show errors

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