From 492f2b00b00840f34fd647b521a4f280d785d87e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 14 Dec 2024 23:16:40 +0000 Subject: [PATCH] fixing width different for caves re handbook --- templates/editcave.html | 10 ++++++++-- templates/html_editor_scripts_css.html | 7 ++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/templates/editcave.html b/templates/editcave.html index 28fcccc..68a36af 100644 --- a/templates/editcave.html +++ b/templates/editcave.html @@ -56,12 +56,18 @@ and these same fields appear in the alternative file upload process as described

{{message}}

+
{% csrf_token %} {% if tabletype == 'table' %}{% endif %} 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 @@