From d325a279fb65b2c91f12e45aa20d61949919b95a Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Fri, 6 Jun 2014 22:01:34 +0300
Subject: [PATCH] Small UI improvements

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
---
 app/assets/stylesheets/generic/selects.scss | 1 +
 app/assets/stylesheets/sections/header.scss | 1 +
 app/views/projects/_home_panel.html.haml    | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/generic/selects.scss b/app/assets/stylesheets/generic/selects.scss
index 681f38716fb..0afd85aedf6 100644
--- a/app/assets/stylesheets/generic/selects.scss
+++ b/app/assets/stylesheets/generic/selects.scss
@@ -10,6 +10,7 @@
 
     .select2-arrow {
       background: #FFF;
+      border-left: 1px solid #DDD;
     }
   }
 }
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index 1adbdfd9790..b811b0bc665 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -137,6 +137,7 @@ header {
   .profile-pic {
     position: relative;
     top: -1px;
+    padding-right: 0px !important;
     img {
       width: 26px;
       height: 26px;
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 82ec68c9165..b24fd5a8514 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -8,7 +8,7 @@
         = @project.name_with_namespace
 
     .col-sm-6
-      - unless empty_repo
+      - if current_user && !empty_repo
         .project-home-dropdown
           = render "dropdown"
       = render "shared/clone_panel"
-- 
GitLab