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
495c714e
Commit
495c714e
authored
Dec 22, 2017
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update styles to show `updatedAt`
parent
f39f5d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
9 deletions
+34
-9
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+34
-9
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
495c714e
...
...
@@ -125,10 +125,8 @@ ul.content-list {
}
.description
{
p
{
@include
str-truncated
;
margin-bottom
:
0
;
}
@include
str-truncated
;
color
:
$gl-text-color-secondary
;
}
.controls
{
...
...
@@ -314,7 +312,7 @@ ul.indent-list {
border
:
2px
solid
$white-normal
;
&
.identicon
{
line-height
:
30
px
;
line-height
:
15
px
;
}
}
}
...
...
@@ -351,6 +349,7 @@ ul.indent-list {
}
.item-type-icon
{
margin-top
:
2px
;
width
:
20px
;
}
...
...
@@ -444,6 +443,32 @@ ul.indent-list {
display
:
block
;
padding
:
20px
10px
;
}
.stats
{
line-height
:
46px
;
>
span
{
display
:
inline-flex
;
align-items
:
center
;
height
:
16px
;
}
.stat-value
{
margin
:
2px
0
0
5px
;
}
}
}
.project-row-contents
.stats
{
line-height
:
inherit
;
span
:first-child
{
margin-left
:
25px
;
}
.last-updated
{
color
:
$gl-text-color-secondary
;
}
}
}
...
...
@@ -455,12 +480,12 @@ ul.indent-list {
ul
.group-list-tree
{
li
.group-row
{
&
.has-description
.title
{
line-height
:
inheri
t
;
.title
{
line-height
:
$list-text-heigh
t
;
}
&
:not
(
.has-description
)
.title
{
line-height
:
$list-text-heigh
t
;
&
.has-description
.title
{
line-height
:
inheri
t
;
}
}
}
...
...
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