diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-14 01:41:26 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-14 01:41:26 +0000 |
commit | 1d3b8d44b473c11c78743e6cb4631bbc20bdc9b1 (patch) | |
tree | bce4ddb24e5ea588dfd97ea6bd1c8cfe3acaa049 /templates/html_editor_scripts_css.html | |
parent | cfc7a4b9f6de8d9df35fd2e4ad67e9330f6bfa90 (diff) | |
download | troggle-1d3b8d44b473c11c78743e6cb4631bbc20bdc9b1.tar.gz troggle-1d3b8d44b473c11c78743e6cb4631bbc20bdc9b1.tar.bz2 troggle-1d3b8d44b473c11c78743e6cb4631bbc20bdc9b1.zip |
More form layout chnages for Django v5
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*/ |