Minor fixes in styles for backlog

stable
Xavier Julián 2014-07-23 16:23:57 +02:00
parent dca82d63d4
commit 5e9bd682aa
2 changed files with 20 additions and 18 deletions

View File

@ -8,14 +8,17 @@
@include clearfix; @include clearfix;
background: $whitish; background: $whitish;
color: $blackish; color: $blackish;
margin-bottom: 2rem; margin-bottom: 1rem;
padding: 1em; padding: .5rem;
.trans-button { .trans-button {
display: inline-block; display: inline-block;
margin-right: 1rem; margin-right: 1rem;
padding: 4px 0; padding: .3rem 0;
&.move-to-current-sprint { &.move-to-current-sprint {
display: none; display: none;
} }
span {
vertical-align: middle;
}
} }
} }

View File

@ -6,7 +6,8 @@
@include table-flex(); @include table-flex();
@extend %small; @extend %small;
border-bottom: 1px solid $gray-light; border-bottom: 1px solid $gray-light;
padding: 1rem 0 1rem 1rem; cursor: move;
padding: .5rem 0 .5rem .5rem;
text-align: left; text-align: left;
width: 100%; width: 100%;
} }
@ -39,8 +40,11 @@
margin-left: .2rem; margin-left: .2rem;
} }
} }
.pop-status {
@include popover(200px, '', 65%, '', 0);
}
.pop-role { .pop-role {
@include popover(150px, -100px, 110px, '', ''); @include popover(200px, 0, 65%, '', '');
a { a {
&.active { &.active {
background: $fresh-taiga; background: $fresh-taiga;
@ -48,14 +52,11 @@
} }
} }
} }
.pop-status {
@include popover(150px, '', 30px, 10px, '');
}
.pop-points { .pop-points {
@include popover(150px, '', 30px, 10px, ''); @include popover(150px, '', 30px, 10px, '');
} }
.pop-points-open { .pop-points-open {
@include popover(200px, -100px, 260px, '', ''); @include popover(200px, 0, 260px, '', '');
li { li {
display: inline-block; display: inline-block;
width: 23%; width: 23%;
@ -76,15 +77,7 @@
.backlog-table-title { .backlog-table-title {
@extend %medium; @extend %medium;
@extend %bold; @extend %bold;
} border-bottom: 2px solid $gray-light;
.backlog-table-subtitle {
@extend %small;
@extend %text;
background: $whitish;
border-bottom: 2px solid $grayer;
&:hover {
background: $whitish;
}
} }
.points { .points {
cursor: pointer; cursor: pointer;
@ -118,6 +111,12 @@
input { input {
margin-right: 1rem; margin-right: 1rem;
vertical-align: middle; vertical-align: middle;
&:checked {
+a {
@include transition (color .2s ease-in);
color: $fresh-taiga;
}
}
} }
span { span {
display: inline-block; display: inline-block;