Commit 9222900b authored by Kushal Pandya's avatar Kushal Pandya

Fix groups list icon, timestamp alignment and row height

parent cabbb5bd
...@@ -450,6 +450,7 @@ ul.indent-list { ...@@ -450,6 +450,7 @@ ul.indent-list {
} }
.stats { .stats {
position: relative;
line-height: 46px; line-height: 46px;
> span { > span {
...@@ -459,20 +460,40 @@ ul.indent-list { ...@@ -459,20 +460,40 @@ ul.indent-list {
min-width: 30px; min-width: 30px;
} }
> span:last-child {
margin-right: 0;
}
.stat-value { .stat-value {
margin: 2px 0 0 5px; margin: 2px 0 0 5px;
} }
} }
.controls {
margin-left: 5px;
> .btn {
margin-right: $btn-xs-side-margin;
}
}
} }
.project-row-contents .stats { .project-row-contents .stats {
line-height: inherit; line-height: inherit;
span:first-child { > span:first-child {
margin-left: 25px; margin-left: 25px;
} }
.item-visibility {
margin-right: 0;
}
.last-updated { .last-updated {
position: absolute;
right: 12px;
min-width: 250px;
text-align: right;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
} }
...@@ -486,11 +507,11 @@ ul.indent-list { ...@@ -486,11 +507,11 @@ ul.indent-list {
ul.group-list-tree { ul.group-list-tree {
li.group-row { li.group-row {
.title { > .group-row-contents .title {
line-height: $list-text-height; line-height: $list-text-height;
} }
&.has-description .title { &.has-description > .group-row-contents .title {
line-height: inherit; 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