fix distance between options button and pagination

This commit is contained in:
Felix Niklas 2015-03-13 14:35:38 +01:00
parent cef8fcf09e
commit 5066887f88

View file

@ -869,7 +869,7 @@ textarea,
}
.pagination {
margin: 0;
margin: 0 0 0 19px;
@extend .horizontal;
}
@ -892,7 +892,7 @@ textarea,
}
.pagination-counter {
margin: 0 19px;
margin: 0 0 0 19px;
line-height: 33px;
color: #9c9c9b;
}