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

Minor improvments to UI

parent 9df6f7bf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -602,6 +602,10 @@ li.note {
margin-bottom: 10px;
background: #FEE;
padding-left: 20px;
&.centered {
text-align: center;
}
}
 
.oauth_select_holder {
Loading
Loading
Loading
Loading
@@ -34,6 +34,7 @@
/** PILLS & TABS**/
.nav-pills a:hover { background-color: #888; }
.nav-pills .active a { background-color: $style_color; }
.nav-pills > .active > a > i[class^="icon-"] { background: inherit; }
.nav-tabs > li > a, .nav-pills > li > a { color: $style_color; }
.nav.nav-tabs {
li {
Loading
Loading
@@ -77,7 +78,15 @@ img.lil_av { padding-left: 4px; padding-right: 3px; }
img.small { width: 80px; }
 
/** HELPERS **/
.nothing_here_message { text-align: center; padding: 20px; color: #777; }
.nothing_here_message {
text-align: center;
padding: 20px;
color: #666;
font-weight: normal;
font-size: 16px;
line-height: 36px;
}
p.slead { color: #456; font-size: 16px; margin-bottom: 12px; font-weight: 200; line-height: 24px; }
 
/** FORMS **/
Loading
Loading
Loading
Loading
@@ -2,7 +2,6 @@
.projects
.activities.span8
= render "events/event_last_push", event: @last_push
= render 'shared/no_ssh'
 
.event_filter
= event_filter_link EventFilter.push, 'Push events'
Loading
Loading
Loading
Loading
@@ -9,6 +9,8 @@
%i.icon-plus
New Project
%ul.unstyled
- if projects.blank?
%p.nothing_here_message This groups has no projects yet
- projects.each do |project|
%li.wll
= link_to project_path(project), class: dom_class(project) do
Loading
Loading
Loading
Loading
@@ -6,7 +6,6 @@
 
%span.cgray Events and projects are filtered in scope of group
%hr
= render 'shared/no_ssh'
- if @events.any?
.content_list= render @events
- else
Loading
Loading
Loading
Loading
@@ -4,6 +4,7 @@
%body{class: "#{app_theme} project"}
= render "layouts/flash"
= render "layouts/head_panel", title: @project.name
= render 'shared/no_ssh'
.container
%ul.main_menu
= nav_link(html_options: {class: "home #{project_tab_class}"}) do
Loading
Loading
= render 'shared/no_ssh'
= render 'clone_panel'
 
%div.git-empty
Loading
Loading
- if current_user.require_ssh_key?
%p.error_message
%p.error_message.centered
You won't be able to pull or push project code via SSH until you #{link_to 'add an SSH key', new_key_path} to your profile
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