summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-13 11:11:10 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-13 11:11:10 +0300
commit20c47923a10bfeb6dcd895adfcf05c78c696ec7f (patch)
treed0b348a6d889ea7b5f1253d905e385a9a6b272d2 /app
parent70b793eb7a800c326c35ba5e72cf5f0a3af5e749 (diff)
downloadgitlab-ce-20c47923a10bfeb6dcd895adfcf05c78c696ec7f.tar.gz
Move warning about 0 ssh keys to bottom of page
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index a3156ec10fc..0bcfd3b8c32 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;