diff options
author | till <till@php.net> | 2011-11-02 15:09:23 +0000 |
---|---|---|
committer | till <till@php.net> | 2011-11-02 15:09:23 +0000 |
commit | fda58b12a84015a0239bc12abae2e65fdda4391f (patch) | |
tree | ae2d34d082dc00b8a279e8707f3b44a575bb97e0 /program/js/tiny_mce/plugins/table/css | |
parent | 3ac5cdb4acc4b82c0b306df4e64081a7f7e4213d (diff) |
remove 3.4.2
Diffstat (limited to 'program/js/tiny_mce/plugins/table/css')
-rw-r--r-- | program/js/tiny_mce/plugins/table/css/cell.css | 17 | ||||
-rw-r--r-- | program/js/tiny_mce/plugins/table/css/row.css | 25 | ||||
-rw-r--r-- | program/js/tiny_mce/plugins/table/css/table.css | 13 |
3 files changed, 0 insertions, 55 deletions
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;
-}
|