diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-14 23:16:40 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-14 23:16:40 +0000 |
commit | 492f2b00b00840f34fd647b521a4f280d785d87e (patch) | |
tree | 3fbcfc6e9c9f465f98f23964e5954201c7b43b06 /templates/html_editor_scripts_css.html | |
parent | 8eb248bb13cb6570db400c07e8673a638ccad2d8 (diff) | |
download | troggle-492f2b00b00840f34fd647b521a4f280d785d87e.tar.gz troggle-492f2b00b00840f34fd647b521a4f280d785d87e.tar.bz2 troggle-492f2b00b00840f34fd647b521a4f280d785d87e.zip |
fixing width different for caves re handbook
Diffstat (limited to 'templates/html_editor_scripts_css.html')
-rw-r--r-- | templates/html_editor_scripts_css.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/html_editor_scripts_css.html b/templates/html_editor_scripts_css.html index b67c915..bd9e913 100644 --- a/templates/html_editor_scripts_css.html +++ b/templates/html_editor_scripts_css.html @@ -32,9 +32,10 @@ z-index: 20; } + # This is used for both cave_edit and handbook_edit, and is overridden 100% for cave_edit .HTMLarea { - width:100%; # width:130%; - # margin-left: -235px + width:1000px # width:130%; + margin-left: -235px } .popup-overlay.active { @@ -73,7 +74,7 @@ <style type=text/css> .CodeMirror { float: left; - width: 85%; + width: 50%; border: 1px solid black; height: 70%; } |