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
Boxiang Sun
gitlab-ce
Commits
994cc25b
Commit
994cc25b
authored
Aug 13, 2018
by
Dimitrie Hoekstra
Committed by
Phil Hughes
Aug 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve visuals of language bar on projects
parent
72f73124
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+13
-2
changelogs/unreleased/visual-improvements-language-bar.yml
changelogs/unreleased/visual-improvements-language-bar.yml
+5
-0
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
994cc25b
...
...
@@ -754,8 +754,19 @@
}
.repository-languages-bar
{
height
:
6px
;
margin-bottom
:
8px
;
height
:
8px
;
margin-bottom
:
$gl-padding-8
;
background-color
:
$white-light
;
border-radius
:
$border-radius-default
;
.progress-bar
{
margin-right
:
2px
;
padding
:
0
$gl-padding-4
;
&
:last-child
{
margin-right
:
0
;
}
}
}
pre
.light-well
{
...
...
changelogs/unreleased/visual-improvements-language-bar.yml
0 → 100644
View file @
994cc25b
---
title
:
Improve visuals of language bar on projects
merge_request
:
21006
author
:
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