From fbc80ebd0cc08bb2d9cc350dc5dcce71d6222223 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Fri, 6 Mar 2015 17:25:01 -0300 Subject: *Really* sticking the logout to the bottom now :) --- web-ui/app/index.html | 4 +++- web-ui/app/scss/styles.scss | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index dd6228cc..47116eb5 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -48,7 +48,9 @@ - +
+ +
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 7b074b6d..8b873ddf 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -755,4 +755,10 @@ button { } } +div.side-nav-bottom { + width: 100%; + position: fixed; + bottom: 0; +} + @import "mascot.scss"; -- cgit v1.2.3