includes/clientside/tinymce/plugins/table/css/table.css
author Dan
Sat, 17 Nov 2007 21:09:31 -0500
changeset 264 0fe1f610698d
parent 1 fe660c52c48f
child 335 67bd3121a12e
permissions -rw-r--r--
Well I'm an idiot - the fulltext index on page_text was missing from a default installation. It didn't break searches but probably slowed them down tremendously. Also set engine to MyISAM on page_text to avoid cryptic error messages from MySQL.

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

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

.advfield {
	width: 200px;
}

#class {
	width: 150px;
}