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

Make the summary bar reponsive for screen width between 979-768px

This commit is contained in:
Manish Valechha 2013-07-20 20:37:49 -04:00
parent 568b75e601
commit d0af0645a7

View file

@ -143,6 +143,12 @@ header.row .pagination {
text-align: right;
}
}
@media (max-width: 979px) and (min-width: 768px) {
.summary_bar ul li.span2 {
margin: 0px 10px;
width: 96px !important;
}
}
@media (max-width: 1199px) and (min-width: 980px) {
.summary_bar ul li.span2 {
width: 130px !important;