From 20c47923a10bfeb6dcd895adfcf05c78c696ec7f Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 13 Oct 2013 11:11:10 +0300 Subject: [PATCH] Move warning about 0 ssh keys to bottom of page --- app/assets/stylesheets/common.scss | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a3156ec..0bcfd3b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -247,6 +247,11 @@ li.note { padding-left: 20px; margin: 0; color: #FFF; + position: fixed; + bottom: 0px; + width: 100%; + z-index: 100; + opacity: 0.9; a { color: #fff; -- libgit2 0.21.2