From a992d17c3d6e344d82df961a860b8bb4820fcadb Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 3 Feb 2024 20:50:30 +0100 Subject: [PATCH] Feedback form: enable/disable SUBMIT button automatically --- emhttp/plugins/dynamix/scripts/feedback | 1 + 1 file changed, 1 insertion(+) diff --git a/emhttp/plugins/dynamix/scripts/feedback b/emhttp/plugins/dynamix/scripts/feedback index 2b4c9ef26..63750c07f 100755 --- a/emhttp/plugins/dynamix/scripts/feedback +++ b/emhttp/plugins/dynamix/scripts/feedback @@ -34,6 +34,7 @@ $width = in_array($display['theme'], ['azure','gray']) ? '98.8%' : '100%'; div.spinner.fixed{z-index:100000} div#control_panel{position:absolute;left:0;right:0;top:0;padding-top:8px;line-height:24px;white-space:nowrap} div.divide{text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box} +div.divide label{margin-right:30px} div.allpanels{display:none;position:absolute;left:0;right:0;top:40px;bottom:0;overflow:auto} div#footer_panel{position:absolute;left:0;right:0;bottom:0;text-align:right} textarea.feedback{width:;height:530px;margin:0;resize:none}