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
4014bc32
Commit
4014bc32
authored
Mar 22, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected alignment for the remember-me checkbox in the login view
parent
0068c449
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+8
-0
app/views/devise/sessions/_new_base.html.haml
app/views/devise/sessions/_new_base.html.haml
+1
-1
changelogs/unreleased/remember-me-missasligned-mobile.yml
changelogs/unreleased/remember-me-missasligned-mobile.yml
+4
-0
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
4014bc32
...
...
@@ -211,3 +211,11 @@ label {
color
:
$gl-text-color
;
}
}
@media
(
max-width
:
$screen-xs-max
)
{
.remember-me
{
.remember-me-checkbox
{
margin-top
:
0
;
}
}
}
app/views/devise/sessions/_new_base.html.haml
View file @
4014bc32
...
...
@@ -8,7 +8,7 @@
-
if
devise_mapping
.
rememberable?
.remember-me.checkbox
%label
{
for:
"user_remember_me"
}
=
f
.
check_box
:remember_me
=
f
.
check_box
:remember_me
,
class:
'remember-me-checkbox'
%span
Remember me
.pull-right.forgot-password
=
link_to
"Forgot your password?"
,
new_password_path
(
resource_name
)
...
...
changelogs/unreleased/remember-me-missasligned-mobile.yml
0 → 100644
View file @
4014bc32
---
title
:
Corrected alignment for the remember-me checkbox in the login view
merge_request
:
author
:
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