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