diff --git a/app/assets/stylesheets/generic/selects.scss b/app/assets/stylesheets/generic/selects.scss index 681f38716fbb89663f88a6839348926b8d874dcc..0afd85aedf68d35cc2ca58b1671985a1e442c04a 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 1adbdfd9790daa61fa9c061f209a784f81b2145a..b811b0bc66534b30a986fce46a7f31ac98ea6ad4 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 82ec68c91657e59f0781e4dccfc008151027edd4..b24fd5a8514a5a5e450efd0f4a55c663fb918c0d 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"