Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-24 13:27:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-24 13:27:25 +0400
commite894e3eea505ebd675b90c3c53382fd8f273ced8 (patch)
tree5a26549a0ea1e3bbf393681161a1ff82b537dbeb /app
parent9587506124f2a36f9b844da2c9fe17a26fe1daa9 (diff)
Restyle sign-in page. Mention public projects
Diffstat (limited to 'app')
-rw-r--r--app/assets/images/login-logo.pngbin10209 -> 0 bytes
-rw-r--r--app/assets/stylesheets/sections/login.scss5
-rw-r--r--app/views/layouts/devise.html.haml7
3 files changed, 9 insertions, 3 deletions
diff --git a/app/assets/images/login-logo.png b/app/assets/images/login-logo.png
deleted file mode 100644
index a61c41303c4..00000000000
--- a/app/assets/images/login-logo.png
+++ /dev/null
Binary files differ
diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss
index 8d9fd037bce..33bef59c089 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 0fa36211739..c4729836faa 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