diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-12-11 04:20:01 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-12-11 04:20:01 +0000 |
| commit | f667be8b4337909cfcaaf0901e1ef7d19580b716 (patch) | |
| tree | 5a453f2411740871da3b4e51b5ef6fe569079361 /roundcubemail/program/js/tiny_mce/plugins/table/css | |
| parent | a7aaf57b0c34311ceb8a5cf7a4b0b9fd11042f91 (diff) | |
added ability to insert attached images in HTML editor
git-svn-id: https://svn.roundcube.net/trunk@940 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/table/css')
3 files changed, 54 insertions, 54 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/table/css/cell.css b/roundcubemail/program/js/tiny_mce/plugins/table/css/cell.css index a067ecdfe..a47cc1a1e 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/table/css/cell.css +++ b/roundcubemail/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/roundcubemail/program/js/tiny_mce/plugins/table/css/row.css b/roundcubemail/program/js/tiny_mce/plugins/table/css/row.css index 1f7755daf..0e397db3e 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/table/css/row.css +++ b/roundcubemail/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/roundcubemail/program/js/tiny_mce/plugins/table/css/table.css b/roundcubemail/program/js/tiny_mce/plugins/table/css/table.css index 804f766ee..82bb548ca 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/table/css/table.css +++ b/roundcubemail/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; +} |
