Fix group lists visual
* Reset p bottom margin for group lists to fix vertical alignment * Remove double border for group lists to be consistent with project lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
ec7163ae1d
commit
88fa0ecdd9
2 changed files with 5 additions and 10 deletions
|
@ -279,7 +279,6 @@ ul.indent-list {
|
||||||
padding: 10px 0 0 30px;
|
padding: 10px 0 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Specific styles for tree list
|
// Specific styles for tree list
|
||||||
@keyframes spin-avatar {
|
@keyframes spin-avatar {
|
||||||
from { transform: rotate(0deg); }
|
from { transform: rotate(0deg); }
|
||||||
|
@ -424,18 +423,10 @@ ul.indent-list {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-top: 1px solid $white-normal;
|
border-top: 1px solid $white-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-of-type {
|
|
||||||
.group-row-contents:not(:hover) {
|
|
||||||
border-bottom: 1px solid transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-row-contents {
|
.group-row-contents {
|
||||||
padding: 10px 10px 8px;
|
padding: $gl-padding-top;
|
||||||
border-top: solid 1px transparent;
|
|
||||||
border-bottom: solid 1px $white-normal;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: $row-hover-border;
|
border-color: $row-hover-border;
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
.group-row {
|
.group-row {
|
||||||
@include basic-list-stats;
|
@include basic-list-stats;
|
||||||
|
|
||||||
|
.description p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ldap-group-links {
|
.ldap-group-links {
|
||||||
|
|
Loading…
Reference in a new issue