From 38c834d671d60bcbe8f0931cdb41dd325f1004d6 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Mon, 7 Aug 2023 21:16:28 +0200 Subject: static frontend changes --- frontend/submit.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'frontend/submit.ts') diff --git a/frontend/submit.ts b/frontend/submit.ts index bdd9720..a380998 100644 --- a/frontend/submit.ts +++ b/frontend/submit.ts @@ -41,10 +41,12 @@ export function section_submit() { Proposals will come into effect after being approved by an administrator. If an email address is provided, you will be informed about the status of your proposal. (TODO email stuff not implemented) `), - e("div", {}, e("label", { for: "i-name" }, "Website Name"), name_input), - e("div", {}, e("label", { for: "i-bang" }, "Bang"), bang_input), - e("div", {}, e("label", { for: "i-url" }, "Search URL"), url_input), - e("div", {}, e("label", { for: "i-email" }, "Notification email (optional)"), email_input), + e("table", {}, + e("tr", {}, e("td", {}, e("label", {for: "i-name" }, "Website Name:" )), e("td", {}, name_input )), + e("tr", {}, e("td", {}, e("label", {for: "i-bang" }, "Bang:" )), e("td", {}, bang_input )), + e("tr", {}, e("td", {}, e("label", {for: "i-url" }, "Search URL:" )), e("td", {}, url_input )), + e("tr", {}, e("td", {}, e("label", {for: "i-email"}, "Notification email (optional):")), e("td", {}, email_input)) + ), submit_button ) } -- cgit v1.2.3-70-g09d2