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
Jérome Perrin
gitlab-ce
Commits
bd0bf407
Commit
bd0bf407
authored
Sep 23, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make style fixes, make all submit buttons full-width btn-block.
parent
74bfba72
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+5
-0
app/views/devise/sessions/_new_base.html.haml
app/views/devise/sessions/_new_base.html.haml
+2
-2
No files found.
app/assets/stylesheets/pages/login.scss
View file @
bd0bf407
...
...
@@ -198,6 +198,11 @@
font-weight
:
normal
;
}
input
[
type
=
"submit"
]
{
@extend
.btn-block
;
margin-bottom
:
0px
;
}
.devise-errors
{
h2
{
margin-top
:
0
;
...
...
app/views/devise/sessions/_new_base.html.haml
View file @
bd0bf407
...
...
@@ -5,8 +5,6 @@
%div
.form-group
=
f
.
label
:password
=
f
.
password_field
:password
,
class:
"form-control bottom"
,
required:
true
,
title:
"This field is required."
.sign-in
=
f
.
submit
"Sign in"
,
class:
"btn btn-save"
-
if
devise_mapping
.
rememberable?
.remember-me.checkbox
%label
{
for:
"user_remember_me"
}
...
...
@@ -14,3 +12,5 @@
%span
Remember me
.pull-right
=
link_to
"Forgot your password?"
,
new_password_path
(
resource_name
)
%div
.prepend-top-20
=
f
.
submit
"Sign in"
,
class:
"btn btn-save"
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