Commit d325a279 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Small UI improvements

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 34d9f34a
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
.select2-arrow { .select2-arrow {
background: #FFF; background: #FFF;
border-left: 1px solid #DDD;
} }
} }
} }
......
...@@ -137,6 +137,7 @@ header { ...@@ -137,6 +137,7 @@ header {
.profile-pic { .profile-pic {
position: relative; position: relative;
top: -1px; top: -1px;
padding-right: 0px !important;
img { img {
width: 26px; width: 26px;
height: 26px; height: 26px;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
= @project.name_with_namespace = @project.name_with_namespace
.col-sm-6 .col-sm-6
- unless empty_repo - if current_user && !empty_repo
.project-home-dropdown .project-home-dropdown
= render "dropdown" = render "dropdown"
= render "shared/clone_panel" = render "shared/clone_panel"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment