taqueci / redmine_wysiwyg_editor

Redmine WYSIWYG Editor plugin
GNU General Public License v2.0
116 stars 28 forks source link

CSS Styling is not properly working #101

Open mmundi72 opened 4 years ago

mmundi72 commented 4 years ago

The following page shows some of the textile formatting possibilities: https://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingTextile#Styling-text-using-CSS

I tried this example from this page:

table{width: 100%}. |={width: 30%; background-color: #aaf;}. column 1 |={width: 70%}. column 2 |

In textile mode this is working perfect. But switching to the Visual Editor and the settings are gone. It would be great to preserve these settings as especially the table formatting is quite important.

taqueci commented 3 years ago

Note to self:

- table{width: 100%}.
- |={width: 30%; background-color: #aaf;}. column 1 |={width: 70%}. column 2 |
+ |={background-color: #aaaaff;}. column 1 |=. column 2 |