From e894e3eea505ebd675b90c3c53382fd8f273ced8 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 24 Sep 2013 12:27:25 +0300 Subject: [PATCH] Restyle sign-in page. Mention public projects --- app/assets/images/login-logo.png | Bin 10209 -> 0 bytes app/assets/stylesheets/sections/login.scss | 5 +++-- app/views/layouts/devise.html.haml | 7 ++++++- 3 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 app/assets/images/login-logo.png diff --git a/app/assets/images/login-logo.png b/app/assets/images/login-logo.png deleted file mode 100644 index a61c413..0000000 Binary files a/app/assets/images/login-logo.png and /dev/null differ diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss index 8d9fd03..33bef59 100644 --- a/app/assets/stylesheets/sections/login.scss +++ b/app/assets/stylesheets/sections/login.scss @@ -1,7 +1,8 @@ /* Login Page */ body.login-page{ - background: #474D57; - .container .content { padding-top: 4%; } + .container > .content { + padding-top: 20px; + } } .login-box{ diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index 0fa3621..c472983 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -6,5 +6,10 @@ .container .content %center - = image_tag image_path "login-logo.png" + %h1 GitLab + %p.light + GitLab is open source software to collaborate on code. + %br + #{link_to "Sign in", new_user_session_path} or browse for #{link_to "public projects", public_projects_path}. + %hr = yield -- libgit2 0.21.2