Skip to content
Snippets Groups Projects
Commit e2f946fd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Minor UI improvements

parent 7984d3ca
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,7 +27,7 @@
&.nav-stacked-menu {
background: #FAFAFA;
li > a {
padding: 20px;
padding: 16px;
}
}
}
Loading
Loading
Loading
Loading
@@ -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.
%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
Loading
Loading
@@ -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.
%h3.page-title Services
%p.light Service allows you to integrate GitLab with other applications
%hr
 
%ul.bordered-list
- @services.each do |service|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment