From a76631ee3d5ef84cb9a998b03a6cb49dc5903490 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 4 Jun 2018 20:08:37 -0700 Subject: [PATCH] Add labels Poeple seem to forget wat those fields are for mid-way through filling the form. The place holder stuff is not overly obvious apparently. This makes it consistent with all our other UI nevertheless --- src/setup.html | 15 +++++++++++---- src/theme.scss | 1 - 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/setup.html b/src/setup.html index b6ce60cf9..c149666ff 100644 --- a/src/setup.html +++ b/src/setup.html @@ -62,22 +62,28 @@

Welcome to Cloudron

-

Create an Admin Account

+

Setup Admin Account

+
+
-
+
- + +
+
+

{{ error.username }}

+
Password must be 8-30 character with at least one uppercase, one numeric and one special character @@ -86,9 +92,10 @@

+
- +

diff --git a/src/theme.scss b/src/theme.scss index b6ec8152c..2fa19b86f 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -788,7 +788,6 @@ footer { &>.row { display: table-cell; - text-align: center; vertical-align: middle; width: 100%; }