diff --git a/gui/default/assets/css/overrides.css b/gui/default/assets/css/overrides.css index 6bce15004..62abbbec6 100644 --- a/gui/default/assets/css/overrides.css +++ b/gui/default/assets/css/overrides.css @@ -8,7 +8,6 @@ */ body { - padding-bottom: 70px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; overflow-y: scroll; } @@ -398,25 +397,6 @@ ul.three-columns li, ul.two-columns li { width: 100%; } -/** Footer nav on small devices **/ -@media (max-width: 1199px) { - /* Stay at the end of the page, with space reserved for the footer - usually taking up two rows. */ - - html { - position: relative; - min-height: 100%; - } - - body { - padding-bottom: 60px; - } - - .navbar-fixed-bottom { - position: absolute; - } -} - @media (max-width: 768px) { /* Layout after the normal contents, as this is when the footer switches to a vertical layout. */ @@ -429,10 +409,6 @@ ul.three-columns li, ul.two-columns li { margin: 3.25px -15px; } - .navbar-fixed-bottom { - position: relative; - } - .navbar-nav .open .dropdown-menu { position: absolute; left: auto; @@ -476,10 +452,6 @@ ul.three-columns li, ul.two-columns li { .navbar-nav .open .dropdown-menu > li > a { padding: 12px 15px 12px 25px; } - - .navbar-fixed-bottom li { - width: 100%; - } } .tab-content { diff --git a/gui/default/index.html b/gui/default/index.html index dff6ee5e4..83cd43f79 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -87,36 +87,45 @@ -
  • - - +
  • @@ -957,22 +966,6 @@ - - - -