diff options
Diffstat (limited to 'templates/html_editor_scripts_css.html')
-rw-r--r-- | templates/html_editor_scripts_css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html_editor_scripts_css.html b/templates/html_editor_scripts_css.html index d3ddc68..d16cdaf 100644 --- a/templates/html_editor_scripts_css.html +++ b/templates/html_editor_scripts_css.html @@ -32,7 +32,7 @@ z-index: 20; } - .HTMLarea { width:1000px;} + .HTMLarea { width:100%;} .popup-overlay.active { /*displays pop-up when "active" class is present*/ @@ -70,7 +70,7 @@ <style type=text/css> .CodeMirror { float: left; - width: 50%; + width: 85%; border: 1px solid black; height: 70%; } |