From b32feb3289696cdc82280b1a4d14ed2a7b05904e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 5 Mar 2020 20:29:38 +0000 Subject: [PATCH] Improve styling of IRC form --- cookbooks/irc/files/default/html/index.html | 128 ++++++++++---------- cookbooks/irc/files/default/html/style.css | 8 +- 2 files changed, 70 insertions(+), 66 deletions(-) diff --git a/cookbooks/irc/files/default/html/index.html b/cookbooks/irc/files/default/html/index.html index 3e770fd8a..21e566806 100644 --- a/cookbooks/irc/files/default/html/index.html +++ b/cookbooks/irc/files/default/html/index.html @@ -6,68 +6,70 @@

irc.openstreetmap.org

-
- - - - - - - - - - - - - -
Nickname
Channel - -
-
+
+
+ + + + + + + + + + + + + +
Nickname
Channel + +
+
+
diff --git a/cookbooks/irc/files/default/html/style.css b/cookbooks/irc/files/default/html/style.css index ba5a1cd94..3a8dc0250 100644 --- a/cookbooks/irc/files/default/html/style.css +++ b/cookbooks/irc/files/default/html/style.css @@ -1,9 +1,11 @@ h1 { - display: inline-block; text-align: center; } +div { + display: flex; +} + form { - display: inline-block; - text-align: center; + margin: auto; } -- 2.39.5