diff options
author | svncommit <devs@roundcube.net> | 2007-12-11 04:20:01 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-12-11 04:20:01 +0000 |
commit | 4315b0086b14cd5266b4cb824c3bd95aa550240c (patch) | |
tree | a9bfe0abb484200015e792faacd68c706d972f7a /program/js/tiny_mce/plugins/table | |
parent | deb30262a766df2886e2bad2a5612a1040b6b05d (diff) |
added ability to insert attached images in HTML editor
Diffstat (limited to 'program/js/tiny_mce/plugins/table')
-rw-r--r-- | program/js/tiny_mce/plugins/table/css/cell.css | 32 | ||||
-rw-r--r-- | program/js/tiny_mce/plugins/table/css/row.css | 50 | ||||
-rw-r--r-- | program/js/tiny_mce/plugins/table/css/table.css | 26 |
3 files changed, 54 insertions, 54 deletions
diff --git a/program/js/tiny_mce/plugins/table/css/cell.css b/program/js/tiny_mce/plugins/table/css/cell.css index a067ecdfe..a47cc1a1e 100644 --- a/program/js/tiny_mce/plugins/table/css/cell.css +++ b/program/js/tiny_mce/plugins/table/css/cell.css @@ -1,17 +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;
+/* 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 index 1f7755daf..0e397db3e 100644 --- a/program/js/tiny_mce/plugins/table/css/row.css +++ b/program/js/tiny_mce/plugins/table/css/row.css @@ -1,25 +1,25 @@ -/* 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;
-}
+/* 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 index 804f766ee..82bb548ca 100644 --- a/program/js/tiny_mce/plugins/table/css/table.css +++ b/program/js/tiny_mce/plugins/table/css/table.css @@ -1,13 +1,13 @@ -/* CSS file for table dialog in the table plugin */
-
-.panel_wrapper div.current {
- height: 220px;
-}
-
-.advfield {
- width: 200px;
-}
-
-#class {
- width: 150px;
-}
+/* CSS file for table dialog in the table plugin */ + +.panel_wrapper div.current { + height: 220px; +} + +.advfield { + width: 200px; +} + +#class { + width: 150px; +} |