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;
font-size: 22px;
margin-left: 2px;
padding: 5px;
padding: .3rem .5rem;
vertical-align: middle;
.icon {
@extend %medium;

View File

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

View File

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