Commit 495c714e authored by Kushal Pandya's avatar Kushal Pandya

Update styles to show `updatedAt`

parent f39f5d2f
...@@ -125,10 +125,8 @@ ul.content-list { ...@@ -125,10 +125,8 @@ ul.content-list {
} }
.description { .description {
p { @include str-truncated;
@include str-truncated; color: $gl-text-color-secondary;
margin-bottom: 0;
}
} }
.controls { .controls {
...@@ -314,7 +312,7 @@ ul.indent-list { ...@@ -314,7 +312,7 @@ ul.indent-list {
border: 2px solid $white-normal; border: 2px solid $white-normal;
&.identicon { &.identicon {
line-height: 30px; line-height: 15px;
} }
} }
} }
...@@ -351,6 +349,7 @@ ul.indent-list { ...@@ -351,6 +349,7 @@ ul.indent-list {
} }
.item-type-icon { .item-type-icon {
margin-top: 2px;
width: 20px; width: 20px;
} }
...@@ -444,6 +443,32 @@ ul.indent-list { ...@@ -444,6 +443,32 @@ ul.indent-list {
display: block; display: block;
padding: 20px 10px; 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 { ...@@ -455,12 +480,12 @@ ul.indent-list {
ul.group-list-tree { ul.group-list-tree {
li.group-row { li.group-row {
&.has-description .title { .title {
line-height: inherit; line-height: $list-text-height;
} }
&:not(.has-description) .title { &.has-description .title {
line-height: $list-text-height; line-height: inherit;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment