From: dklawren Date: Thu, 10 Oct 2019 21:21:19 +0000 (-0400) Subject: Bug 1461358 - Add a dev server link to the account creation process. (#1450) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9e1a930eb99d69f78d9520d7489f48285cfc8a;p=thirdparty%2Fbugzilla.git Bug 1461358 - Add a dev server link to the account creation process. (#1450) * Bug 1461358 - Add a dev server link to the account creation process. * Changes based on review feedback * Fix sanity tests --- diff --git a/extensions/BMO/template/en/default/account/create.html.tmpl b/extensions/BMO/template/en/default/account/create.html.tmpl index 032d8427e..52efed10c 100644 --- a/extensions/BMO/template/en/default/account/create.html.tmpl +++ b/extensions/BMO/template/en/default/account/create.html.tmpl @@ -94,6 +94,19 @@ function onSubmit() { %] +

Inappropriate uses of [% terms.Bugzilla %]

+ +
+

Inappropriate use of this service will result in your account being banned and your institution blocked.

+ +

Instead, go to bugzilla-dev.allizom.org, and log in using a GitHub account.

+

Note: You can also set up your own instance of [% terms.Bugzilla %] for evaluation or classroom training by following the
+ directions on our project repository.

+
+ diff --git a/extensions/BMO/web/styles/create_account.css b/extensions/BMO/web/styles/create_account.css index e226bbfc6..ec243a574 100644 --- a/extensions/BMO/web/styles/create_account.css +++ b/extensions/BMO/web/styles/create_account.css @@ -30,7 +30,7 @@ padding: 16px 16px 16px 32px; } -#right-blurb { +#left-blurb, #right-blurb { font-size: var(--font-size-x-large); line-height: var(--line-height-comfortable); } @@ -39,6 +39,10 @@ padding-bottom: 1em; } +#create-account #product-list { + margin-bottom: 25px; +} + #create-account-form tr:last-child { text-align: right; }