summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-06 22:01:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-06 22:01:34 +0300
commitd325a279fb65b2c91f12e45aa20d61949919b95a (patch)
treece1594d14f58fc38fe24f2175eff500200501bbc /app
parent34d9f34a61bc20f1dec9e6ad504e08835716bd66 (diff)
downloadgitlab-ce-d325a279fb65b2c91f12e45aa20d61949919b95a.tar.gz
Small UI improvements
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/selects.scss1
-rw-r--r--app/assets/stylesheets/sections/header.scss1
-rw-r--r--app/views/projects/_home_panel.html.haml2
3 files changed, 3 insertions, 1 deletions
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"