From e4874386061ce274f1e0b134b4c4072b1165ea28 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 22 Nov 2020 16:05:54 +0100 Subject: [PATCH] Better display of the create formular --- create.php | 24 +++++++++++++++++------- css/style.css | 4 ++++ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/create.php b/create.php index 201365e..d51feae 100644 --- a/create.php +++ b/create.php @@ -7,18 +7,28 @@ if (empty($_POST)) { ?>
- - - - +
+
+ + - - + +
+
+ + +
diff --git a/css/style.css b/css/style.css index ff4d99f..9d35d03 100644 --- a/css/style.css +++ b/css/style.css @@ -98,3 +98,7 @@ footer, #page-wrap:after { .cloud_link { margin-bottom: 1em; } + +#cloud_create #ftext_l{ + vertical-align: top; +}