From 29df46390dee288b49e827d5df114b94920447af Mon Sep 17 00:00:00 2001 From: Hardik Prajapati Date: Tue, 5 May 2026 18:16:40 +0530 Subject: [PATCH] UA-165: fix all layout issues in registration page Co-authored-by: Copilot --- app/scripts/controllers/register.js | 1 + app/styles/custom.css | 10 +++++++++- app/views/pages/register.html | 17 +++++------------ 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/app/scripts/controllers/register.js b/app/scripts/controllers/register.js index 99bf7ae..8eb94ae 100644 --- a/app/scripts/controllers/register.js +++ b/app/scripts/controllers/register.js @@ -728,6 +728,7 @@ async function createPaymentMethod(paymentDetails) { } $scope.useTemplate = function (template) { $scope.selectedTemplate = template; + $scope.finishSignup(); }; $scope.isSelected = function (template) { if ($scope.selectedTemplate && template.id === $scope.selectedTemplate.id) { diff --git a/app/styles/custom.css b/app/styles/custom.css index 5ba15bb..00519f5 100644 --- a/app/styles/custom.css +++ b/app/styles/custom.css @@ -813,6 +813,13 @@ table { /*# sourceMappingURL=custom.css.map */ +/* Workspace name step - full-width input with domain suffix */ +.login-page .content .login-form .inputs md-input-container { + width: 100%; + padding: 0; + margin: 0; +} + /* * custom sidebar styles for dashboard for mobile responsiveness */ @@ -1502,13 +1509,14 @@ md-content{ line-height: 1.5; } .accept-payment{ - margin-right: 0px; + margin-right: 10px !important; margin-bottom: 50px; } .accept-payment-terms{ font-size: 10px; font-weight: 400; line-height: 1.8; + margin-top: 4px; } .payment-detail{ font-size: 20px; diff --git a/app/views/pages/register.html b/app/views/pages/register.html index 6533dc1..95e8d42 100644 --- a/app/views/pages/register.html +++ b/app/views/pages/register.html @@ -345,9 +345,9 @@

Enter Workspace Name

-
-
- +
+
+
@@ -363,8 +363,8 @@

Enter Workspace Name

-
-
.{{$shared.getAppPortalDomain(null, true)}}
+
+
.{{$shared.getAppPortalDomain(null, true)}}
@@ -610,13 +610,6 @@

Setup Your Call System

-
-
-