Fixed styles in baklog table text

stable
Xavier Julián 2014-07-07 13:09:26 +02:00
parent bfa66bdad4
commit c8746310b3
1 changed files with 10 additions and 1 deletions

View File

@ -31,8 +31,12 @@
padding-right: 3rem;
position: relative;
text-align: right;
.popover {
text-align: left;
}
.icon {
display: none;
color: $gray-light;
margin-left: .2rem;
}
}
.pop-role {
@ -85,6 +89,11 @@
.points {
cursor: pointer;
}
.header-points {
span {
color: $gray-light;
}
}
}
.backlog-table-body {