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 & repository. Please wait a moment, this page will automatically refresh when ready. + %h3 Creating project & 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|