From e3c07ed7203e9139c046b5c07da68fe950467bc0 Mon Sep 17 00:00:00 2001 From: Van Date: Mon, 23 Mar 2015 21:15:21 +0800 Subject: [PATCH] footer --- static/css/sign.css | 8 ++++++++ views/login.html | 5 +++-- views/playground/index.html | 5 +++-- views/sign_up.html | 5 +++-- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/static/css/sign.css b/static/css/sign.css index dd58944..23629cf 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -155,6 +155,7 @@ color: #777; font-size: 12px; text-align: center; + position: relative; } .footer a { @@ -166,6 +167,13 @@ text-decoration: underline; } +.footer .github-btns { + height: 25px; + position: absolute; + top: 5px; + right: 0; +} + /* start sign up */ .dir { color: #4183c4; diff --git a/views/login.html b/views/login.html index c1fa329..930281e 100644 --- a/views/login.html +++ b/views/login.html @@ -48,9 +48,10 @@ diff --git a/views/playground/index.html b/views/playground/index.html index cdae69e..7d0c20b 100644 --- a/views/playground/index.html +++ b/views/playground/index.html @@ -84,9 +84,10 @@
diff --git a/views/sign_up.html b/views/sign_up.html index 2b3bb8c..58902a5 100644 --- a/views/sign_up.html +++ b/views/sign_up.html @@ -52,9 +52,10 @@