1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge pull request #1611 from mperham/responsive-summary

Set sizing of summary bar li's
This commit is contained in:
Mike Perham 2014-03-27 09:11:32 -07:00
commit a33578649f

View file

@ -128,8 +128,13 @@ header.row .pagination {
.summary_bar ul li {
padding: 4px 0 2px 0;
text-align: center;
width: 14%;
}
@media (max-width: 767px) and (min-width: 400px) {
.summary_bar ul li {
width: 100%;
}
.summary_bar ul li span {
width: 50% !important;
}