From 07872fdf744282f26e9d38eff6b194a991a9d90a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 28 Aug 2018 22:58:13 +0200 Subject: replacing placeholder and feature table display improvement --- client/src/app/login/login.component.scss | 4 ++ client/src/app/signup/signup.component.html | 91 +++++++++++++++-------------- client/src/app/signup/signup.component.scss | 8 +++ 3 files changed, 60 insertions(+), 43 deletions(-) (limited to 'client') diff --git a/client/src/app/login/login.component.scss b/client/src/app/login/login.component.scss index 900b2467a..7978c5891 100644 --- a/client/src/app/login/login.component.scss +++ b/client/src/app/login/login.component.scss @@ -20,4 +20,8 @@ input[type=submit] { .create-an-account, .forgot-password-button { color: #000; cursor: pointer; + + &:hover { + text-decoration: underline !important; + } } diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html index f7b8f587b..aad4b5be3 100644 --- a/client/src/app/signup/signup.component.html +++ b/client/src/app/signup/signup.component.html @@ -4,63 +4,68 @@ Create an account - -
{{ error }}
-
-
- +
+ +
+ + +
+ +
+ @{{ instanceHost }} +
+
-
+
+ {{ formErrors.username }} +
+
+ +
+ -
- @{{ instanceHost }} +
+ {{ formErrors.email }}
-
- {{ formErrors.username }} +
+ + +
+ {{ formErrors.password }} +
-
-
- - -
- {{ formErrors.email }} -
-
+
+ -
- - -
- {{ formErrors.password }} +
+ {{ formErrors.terms }} +
-
-
- + + -
- {{ formErrors.terms }} -
+
+ +
- - - +
diff --git a/client/src/app/signup/signup.component.scss b/client/src/app/signup/signup.component.scss index a98c3c732..90e1e8e74 100644 --- a/client/src/app/signup/signup.component.scss +++ b/client/src/app/signup/signup.component.scss @@ -7,6 +7,10 @@ my-instance-features-table { margin-bottom: 40px; } +form { + margin: 0 60px 40px 0; +} + .form-group-terms { margin: 30px 0; } @@ -15,6 +19,10 @@ my-instance-features-table { @include peertube-input-group(400px); } +.input-group-append { + height: 30px; +} + input:not([type=submit]) { @include peertube-input-text(400px); display: block; -- cgit v1.2.3