Commit 20c47923a10bfeb6dcd895adfcf05c78c696ec7f
1 parent
70b793eb
Exists in
master
and in
4 other branches
Move warning about 0 ssh keys to bottom of page
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/common.scss
@@ -247,6 +247,11 @@ li.note { | @@ -247,6 +247,11 @@ li.note { | ||
247 | padding-left: 20px; | 247 | padding-left: 20px; |
248 | margin: 0; | 248 | margin: 0; |
249 | color: #FFF; | 249 | color: #FFF; |
250 | + position: fixed; | ||
251 | + bottom: 0px; | ||
252 | + width: 100%; | ||
253 | + z-index: 100; | ||
254 | + opacity: 0.9; | ||
250 | 255 | ||
251 | a { | 256 | a { |
252 | color: #fff; | 257 | color: #fff; |