diff options
Diffstat (limited to 'templates/html_editor_scripts_css.html')
-rw-r--r-- | templates/html_editor_scripts_css.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/html_editor_scripts_css.html b/templates/html_editor_scripts_css.html index d16cdaf..b67c915 100644 --- a/templates/html_editor_scripts_css.html +++ b/templates/html_editor_scripts_css.html @@ -32,7 +32,10 @@ z-index: 20; } - .HTMLarea { width:100%;} + .HTMLarea { + width:100%; # width:130%; + # margin-left: -235px + } .popup-overlay.active { /*displays pop-up when "active" class is present*/ |