Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b6b3509f
Commit
b6b3509f
authored
Jan 14, 2022
by
Doug Stull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix margin for submit button with captcha
- no space before Changelog: fixed
parent
0408d49e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/stylesheets/startup/startup-signin.scss
app/assets/stylesheets/startup/startup-signin.scss
+3
-0
app/views/devise/shared/_signup_box.html.haml
app/views/devise/shared/_signup_box.html.haml
+1
-1
ee/app/assets/stylesheets/startup/startup-signin.scss
ee/app/assets/stylesheets/startup/startup-signin.scss
+3
-0
No files found.
app/assets/stylesheets/startup/startup-signin.scss
View file @
b6b3509f
...
...
@@ -772,6 +772,9 @@ svg {
.gl-mt-2
{
margin-top
:
0
.25rem
;
}
.gl-mt-5
{
margin-top
:
1rem
;
}
.gl-mb-3
{
margin-bottom
:
0
.5rem
;
}
...
...
app/views/devise/shared/_signup_box.html.haml
View file @
b6b3509f
...
...
@@ -62,7 +62,7 @@
%div
-
if
show_recaptcha_sign_up?
=
recaptcha_tags
nonce:
content_security_policy_nonce
.submit-container
.submit-container
.gl-mt-5
=
f
.
submit
button_text
,
class:
'btn gl-button btn-confirm gl-display-block gl-w-full'
,
data:
{
qa_selector:
'new_user_register_button'
}
=
render
'devise/shared/terms_of_service_notice'
,
button_text:
button_text
-
if
show_omniauth_providers
&&
omniauth_providers_placement
==
:bottom
...
...
ee/app/assets/stylesheets/startup/startup-signin.scss
View file @
b6b3509f
...
...
@@ -772,6 +772,9 @@ svg {
.gl-mt-2
{
margin-top
:
0
.25rem
;
}
.gl-mt-5
{
margin-top
:
1rem
;
}
.gl-mb-3
{
margin-bottom
:
0
.5rem
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment