Minor UI improvements

This commit is contained in:
Dmitriy Zaporozhets 2013-08-12 17:21:57 +03:00
parent 7984d3ca00
commit e2f946fddb
4 changed files with 11 additions and 7 deletions

View File

@ -27,7 +27,7 @@
&.nav-stacked-menu {
background: #FAFAFA;
li > a {
padding: 20px;
padding: 16px;
}
}
}

View File

@ -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.

View File

@ -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.

View File

@ -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|