Fix groups list icon, timestamp alignment and row height

This commit is contained in:
Kushal Pandya 2018-01-03 12:12:18 +05:30
parent cabbb5bdeb
commit 9222900b5f
1 changed files with 24 additions and 3 deletions

View File

@ -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;
}
}