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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
3b7ca69e
Commit
3b7ca69e
authored
Oct 22, 2016
by
Bernardo Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sign in page Forgot your password link overlap
parent
baec0353
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+6
-0
app/views/devise/sessions/_new_base.html.haml
app/views/devise/sessions/_new_base.html.haml
+1
-1
No files found.
CHANGELOG.md
View file @
3b7ca69e
...
...
@@ -9,6 +9,7 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Fix: Backup restore doesn't clear cache
-
Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests method
-
Fix Sign in page 'Forgot your password?' link overlaps on medium-large screens
## 8.13.0 (2016-10-22)
...
...
app/assets/stylesheets/pages/login.scss
View file @
3b7ca69e
...
...
@@ -255,6 +255,12 @@
.new_user
{
position
:
relative
;
padding-bottom
:
35px
;
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-sm-max
)
{
.forgot-password
{
float
:
none
!
important
;
margin-top
:
5px
;
}
}
}
.move-submit-down
{
...
...
app/views/devise/sessions/_new_base.html.haml
View file @
3b7ca69e
...
...
@@ -12,5 +12,5 @@
%label
{
for:
"user_remember_me"
}
=
f
.
check_box
:remember_me
%span
Remember me
.pull-right
.pull-right
.forgot-password
=
link_to
"Forgot your password?"
,
new_password_path
(
resource_name
)
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