From bc3bf7d564ba0ce3bc32035065f23e53188fe927 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 20 May 2025 17:39:45 -0700 Subject: [PATCH] fix: enhance layout consistency in NewConfig.page - Updated the form layout by wrapping elements in spans and labels for improved visual structure. - Removed the now-unnecessary NewConfig.css file as its styles are no longer needed. - This change continues the effort to enhance layout consistency across the plugin. --- emhttp/plugins/dynamix/NewConfig.page | 43 +++++++++++++-------- emhttp/plugins/dynamix/sheets/NewConfig.css | 5 --- 2 files changed, 27 insertions(+), 21 deletions(-) delete mode 100644 emhttp/plugins/dynamix/sheets/NewConfig.css diff --git a/emhttp/plugins/dynamix/NewConfig.page b/emhttp/plugins/dynamix/NewConfig.page index e4d3651ef..0f3205335 100644 --- a/emhttp/plugins/dynamix/NewConfig.page +++ b/emhttp/plugins/dynamix/NewConfig.page @@ -58,23 +58,34 @@ effect of making it ***impossible*** to rebuild an existing failed drive - you h :end
-
+ -_(Preserve current assignments)_: - -
- - -_(Array has been **Reset**)_ (_(please configure)_) - -_(Array must be **Stopped** to change)_ - -_(Yes, I want to do this)_ - +_(Preserve current assignments)_: +: + +  +: + + _(Array has been **Reset**)_ (_(please configure)_) + + _(Array must be **Stopped** to change)_ + + + + + +  +: + + +
diff --git a/emhttp/plugins/dynamix/sheets/NewConfig.css b/emhttp/plugins/dynamix/sheets/NewConfig.css deleted file mode 100644 index d80930363..000000000 --- a/emhttp/plugins/dynamix/sheets/NewConfig.css +++ /dev/null @@ -1,5 +0,0 @@ -span.indent { - display: inline-block; - width: 240px; - margin-top: 30px; -}