From 6795173e77e72f8d16202f421bcd1028fae29bee Mon Sep 17 00:00:00 2001 From: Ben Schulz Date: Sat, 10 Jan 2015 18:02:27 +0100 Subject: [PATCH] Small improvements for footer navbar --- gui/assets/css/overrides.css | 16 ++++++++++++++-- gui/index.html | 12 ++++++------ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/gui/assets/css/overrides.css b/gui/assets/css/overrides.css index fd49d7cc6..e7afc2f52 100644 --- a/gui/assets/css/overrides.css +++ b/gui/assets/css/overrides.css @@ -39,8 +39,8 @@ ul+h5 { .panel-title { position: relative; - text-overflow:ellipsis; - overflow:hidden; + text-overflow: ellipsis; + overflow: hidden; } identicon { @@ -205,3 +205,15 @@ ul.three-columns li, ul.two-columns li { padding-left: 0.5em; text-indent: -0.5em; } + +/** Footer nav on small devices **/ + +@media (max-width: 767px) { + body { + padding-bottom: 0; + } + + .navbar-fixed-bottom { + position: static; + } +} \ No newline at end of file diff --git a/gui/index.html b/gui/index.html index af2185a45..3c0f084a7 100644 --- a/gui/index.html +++ b/gui/index.html @@ -398,14 +398,14 @@ -