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
41c2ea9b
Commit
41c2ea9b
authored
Jun 07, 2016
by
Phil Hughes
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vertical alignment of buttons in commit row
parent
e5a83a9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+3
-3
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/commits.scss
View file @
41c2ea9b
...
...
@@ -20,8 +20,8 @@
}
.commit-row-title
{
line-height
:
20px
;
margin-bottom
:
2
px
;
line-height
:
1
;
margin-bottom
:
6
px
;
.notes_count
{
float
:
right
;
...
...
@@ -115,7 +115,7 @@
.commit-row-info
{
color
:
$gl-gray
;
line-height
:
24px
;
line-height
:
1
;
a
{
color
:
$gl-gray
;
...
...
app/views/projects/commits/_commit.html.haml
View file @
41c2ea9b
...
...
@@ -9,7 +9,7 @@
=
cache
(
cache_key
)
do
%li
.commit.js-toggle-container
{
id:
"commit-#{commit.short_id}"
}
=
commit_author_avatar
(
commit
)
=
commit_author_avatar
(
commit
,
size:
36
)
.commit-row-title
%span
.item-title
=
link_to_gfm
commit
.
title
,
namespace_project_commit_path
(
project
.
namespace
,
project
,
commit
.
id
),
class:
"commit-row-message"
...
...
Alain Takoudjou
@alain.takoudjou
mentioned in commit
1e042ac2
·
May 03, 2017
mentioned in commit
1e042ac2
mentioned in commit 1e042ac251119c5e3b0ef8e76f3a6d9420fba98b
Toggle commit list
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