summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-12 17:21:57 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-12 17:21:57 +0300
commite2f946fddb7caf9757b33ba3dc7de8634f4ee825 (patch)
tree31a18dfc6750488e957e63a49fed00735defd555
parent7984d3ca00edf45fed8bad6ed921060244970977 (diff)
downloadgitlab-ce-e2f946fddb7caf9757b33ba3dc7de8634f4ee825.tar.gz
Minor UI improvements
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/nav.scss2
-rw-r--r--app/views/projects/edit.html.haml3
-rw-r--r--app/views/projects/new.html.haml11
-rw-r--r--app/views/projects/services/index.html.haml2
4 files changed, 11 insertions, 7 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/nav.scss b/app/assets/stylesheets/gitlab_bootstrap/nav.scss
index f75d643aa0f..40616f7540a 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/nav.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/nav.scss
@@ -27,7 +27,7 @@
&.nav-stacked-menu {
background: #FAFAFA;
li > a {
- padding: 20px;
+ padding: 16px;
}
}
}
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 11df63d5ac7..2045941efd4 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -154,4 +154,5 @@
.save-project-loader.hide
%center
= image_tag "ajax_loader.gif"
- %h3 Saving project. Please wait a moment, this page will automatically refresh when ready.
+ %h3 Saving project.
+ %p Please wait a moment, this page will automatically refresh when ready.
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index d309f0686e0..59e311b0740 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -1,10 +1,10 @@
-%p.slead
- New projects are private by default. You choose who can see the project and commit to repository.
-%hr
-.project-edit-container.prepend-top-10
+.project-edit-container
.project-edit-errors
= render 'projects/errors'
.project-edit-content
+ %p.slead
+ New projects are private by default. You choose who can see the project and commit to repository.
+ %hr
= form_for @project, remote: true do |f|
.control-group.project_name_holder
= f.label :name do
@@ -51,4 +51,5 @@
.save-project-loader.hide
%center
= image_tag "ajax_loader.gif"
- %h3 Creating project &amp; repository. Please wait a moment, this page will automatically refresh when ready.
+ %h3 Creating project &amp; repository.
+ %p Please wait a moment, this page will automatically refresh when ready.
diff --git a/app/views/projects/services/index.html.haml b/app/views/projects/services/index.html.haml
index 80d17880f2e..ea73d2f85de 100644
--- a/app/views/projects/services/index.html.haml
+++ b/app/views/projects/services/index.html.haml
@@ -1,4 +1,6 @@
%h3.page-title Services
+%p.light Service allows you to integrate GitLab with other applications
+%hr
%ul.bordered-list
- @services.each do |service|