From 0720091ca73b9714aab2b38c3682c15a0cbd4533 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 2 Jun 2011 17:20:54 -0700 Subject: Added pages --- htdocs/js/tiny_mce/plugins/table/css/cell.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 htdocs/js/tiny_mce/plugins/table/css/cell.css (limited to 'htdocs/js/tiny_mce/plugins/table/css/cell.css') diff --git a/htdocs/js/tiny_mce/plugins/table/css/cell.css b/htdocs/js/tiny_mce/plugins/table/css/cell.css new file mode 100644 index 0000000..a067ecd --- /dev/null +++ b/htdocs/js/tiny_mce/plugins/table/css/cell.css @@ -0,0 +1,17 @@ +/* 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; +} \ No newline at end of file -- cgit v1.2.3