Minor fixes in small screens

stable
Xavier Julián 2014-08-08 12:21:42 +02:00
parent 6da9ecbe6e
commit 27a9820dc9
3 changed files with 6 additions and 3 deletions

View File

@ -102,7 +102,7 @@ a.button-bulk {
background: $green-taiga; background: $green-taiga;
font-size: 22px; font-size: 22px;
margin-left: 2px; margin-left: 2px;
padding: 5px; padding: .3rem .5rem;
vertical-align: middle; vertical-align: middle;
.icon { .icon {
@extend %medium; @extend %medium;

View File

@ -26,10 +26,10 @@
@include table-flex-child(20, 100px, 0, 0); @include table-flex-child(20, 100px, 0, 0);
} }
.status { .status {
@include table-flex-child(2, 100px, 0, 0); @include table-flex-child(2, 150px, 0, 0);
} }
.points { .points {
@include table-flex-child(1, 100px, 0, 0); @include table-flex-child(1, 80px, 0, 0);
} }
} }
.status, .status,

View File

@ -11,6 +11,9 @@
} }
.new-sprint { .new-sprint {
float: right; float: right;
.button {
padding: .5rem 1.5rem .5rem;
}
} }
.sprint-name { .sprint-name {
span { span {