Fixes #507: Corrected rendering of nav menu on screens narrower than 1200px

This commit is contained in:
Jeremy Stretch 2016-09-12 15:02:40 -04:00
parent 98fe83944f
commit 6af7403738

View File

@ -34,7 +34,8 @@ body {
footer p { footer p {
margin: 20px 0; margin: 20px 0;
} }
@media (max-width: 1120px) {
@media (max-width: 1200px) {
.navbar-header { .navbar-header {
float: none; float: none;
} }
@ -54,6 +55,7 @@ footer p {
} }
.navbar-collapse.collapse { .navbar-collapse.collapse {
display: none!important; display: none!important;
max-height: none;
} }
.navbar-nav { .navbar-nav {
float: none!important; float: none!important;
@ -84,13 +86,11 @@ th.pk, td.pk {
width: 30px; width: 30px;
} }
/* Paginator */ /* Paginator */
nav ul.pagination { nav ul.pagination {
margin-top: 0; margin-top: 0;
} }
/* Racks */ /* Racks */
div.rack_header { div.rack_header {
margin-left: 36px; margin-left: 36px;