Small UI improvements

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-06-06 22:01:34 +03:00
parent 34d9f34a61
commit d325a279fb
3 changed files with 3 additions and 1 deletions
@@ -10,6 +10,7 @@
.select2-arrow {
background: #FFF;
border-left: 1px solid #DDD;
}
}
}
@@ -137,6 +137,7 @@ header {
.profile-pic {
position: relative;
top: -1px;
padding-right: 0px !important;
img {
width: 26px;
height: 26px;
+1 -1
View File
@@ -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"