From fda58b12a84015a0239bc12abae2e65fdda4391f Mon Sep 17 00:00:00 2001 From: till Date: Wed, 2 Nov 2011 15:09:23 +0000 Subject: remove 3.4.2 --- program/js/tiny_mce/plugins/table/css/cell.css | 17 ----------------- program/js/tiny_mce/plugins/table/css/row.css | 25 ------------------------- program/js/tiny_mce/plugins/table/css/table.css | 13 ------------- 3 files changed, 55 deletions(-) delete mode 100644 program/js/tiny_mce/plugins/table/css/cell.css delete mode 100644 program/js/tiny_mce/plugins/table/css/row.css delete mode 100644 program/js/tiny_mce/plugins/table/css/table.css (limited to 'program/js/tiny_mce/plugins/table/css') diff --git a/program/js/tiny_mce/plugins/table/css/cell.css b/program/js/tiny_mce/plugins/table/css/cell.css deleted file mode 100644 index a067ecdfe..000000000 --- a/program/js/tiny_mce/plugins/table/css/cell.css +++ /dev/null @@ -1,17 +0,0 @@ -/* 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 diff --git a/program/js/tiny_mce/plugins/table/css/row.css b/program/js/tiny_mce/plugins/table/css/row.css deleted file mode 100644 index 1f7755daf..000000000 --- a/program/js/tiny_mce/plugins/table/css/row.css +++ /dev/null @@ -1,25 +0,0 @@ -/* CSS file for row dialog in the table plugin */ - -.panel_wrapper div.current { - height: 200px; -} - -.advfield { - width: 200px; -} - -#action { - margin-bottom: 3px; -} - -#rowtype,#align,#valign,#class,#height { - width: 150px; -} - -#height { - width: 50px; -} - -.col2 { - padding-left: 20px; -} diff --git a/program/js/tiny_mce/plugins/table/css/table.css b/program/js/tiny_mce/plugins/table/css/table.css deleted file mode 100644 index d11c3f69c..000000000 --- a/program/js/tiny_mce/plugins/table/css/table.css +++ /dev/null @@ -1,13 +0,0 @@ -/* CSS file for table dialog in the table plugin */ - -.panel_wrapper div.current { - height: 245px; -} - -.advfield { - width: 200px; -} - -#class { - width: 150px; -} -- cgit v1.2.3