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
Léo-Paul Géneau
gitlab-ce
Commits
9222900b
Commit
9222900b
authored
7 years ago
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix groups list icon, timestamp alignment and row height
parent
cabbb5bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
3 deletions
+24
-3
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+24
-3
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
9222900b
...
...
@@ -450,6 +450,7 @@ ul.indent-list {
}
.stats
{
position
:
relative
;
line-height
:
46px
;
>
span
{
...
...
@@ -459,20 +460,40 @@ ul.indent-list {
min-width
:
30px
;
}
>
span
:last-child
{
margin-right
:
0
;
}
.stat-value
{
margin
:
2px
0
0
5px
;
}
}
.controls
{
margin-left
:
5px
;
>
.btn
{
margin-right
:
$btn-xs-side-margin
;
}
}
}
.project-row-contents
.stats
{
line-height
:
inherit
;
span
:first-child
{
>
span
:first-child
{
margin-left
:
25px
;
}
.item-visibility
{
margin-right
:
0
;
}
.last-updated
{
position
:
absolute
;
right
:
12px
;
min-width
:
250px
;
text-align
:
right
;
color
:
$gl-text-color-secondary
;
}
}
...
...
@@ -486,11 +507,11 @@ ul.indent-list {
ul
.group-list-tree
{
li
.group-row
{
.title
{
>
.group-row-contents
.title
{
line-height
:
$list-text-height
;
}
&
.has-description
.title
{
&
.has-description
>
.group-row-contents
.title
{
line-height
:
inherit
;
}
}
...
...
This diff is collapsed.
Click to expand it.
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