BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
952f18e9
Commit
952f18e9
authored
Apr 18, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore size and position for fork icon
parent
f150f262
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
wells.scss
app/assets/stylesheets/framework/wells.scss
+1
-0
commits.scss
app/assets/stylesheets/pages/commits.scss
+1
-1
commits_helper.rb
app/helpers/commits_helper.rb
+1
-1
restore-size-and-position-for-fork-icon.yml
...gs/unreleased/restore-size-and-position-for-fork-icon.yml
+5
-0
No files found.
app/assets/stylesheets/framework/wells.scss
View file @
952f18e9
...
...
@@ -19,6 +19,7 @@
.fork-svg
{
margin-right
:
4px
;
vertical-align
:
bottom
;
}
}
...
...
app/assets/stylesheets/pages/commits.scss
View file @
952f18e9
...
...
@@ -70,7 +70,7 @@
}
.branch-info
.commit-icon
{
margin-right
:
3
px
;
margin-right
:
8
px
;
svg
{
top
:
3px
;
...
...
app/helpers/commits_helper.rb
View file @
952f18e9
...
...
@@ -63,7 +63,7 @@ module CommitsHelper
# Returns a link formatted as a commit branch link
def
commit_branch_link
(
url
,
text
)
link_to
(
url
,
class:
'label label-gray ref-name branch-link'
)
do
sprite_icon
(
'fork'
,
size:
1
6
,
css_class:
'fork-svg'
)
+
"
#{
text
}
"
sprite_icon
(
'fork'
,
size:
1
2
,
css_class:
'fork-svg'
)
+
"
#{
text
}
"
end
end
...
...
changelogs/unreleased/restore-size-and-position-for-fork-icon.yml
0 → 100644
View file @
952f18e9
---
title
:
Fix size and position for fork icon
merge_request
:
18449
author
:
George Tsiolis
type
:
changed
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