app/tiny_mce/plugins/table/css/cell.css
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 01 Dec 2008 21:37:27 +0000
changeset 642 671dc971c3d1
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Allow for extra dynamic fields for the create form Also some minor cleanups, such as making base.Logic inherit from object, as per the style guide. Patch by: Sverre Rabbelier

/* CSS file for cell dialog in the table plugin */

.panel_wrapper div.current {
	height: 200px;
}

.advfield {
	width: 200px;
}

#action {
	margin-bottom: 3px;
}

#class {
	width: 150px;
}