app/tiny_mce/plugins/template/css/template.css
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 11 Nov 2008 19:49:00 +0000
changeset 473 d01d5e3b0b5c
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Fix broken User link name (it was possible to change link name to one that was already used, validation was not working correctly). Patch by: Pawel Solyga

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