summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-05 09:19:01 +0100
committerPhil Hughes <me@iamphill.com>2016-07-05 09:19:01 +0100
commite3390901a3d614a30d073ecb890d5c335e02616e (patch)
tree89f007e03a4bd9ee1febc600c5b9019dc27516de
parent111fecc639f3443c08ef508addde24b9874cdb85 (diff)
downloadgitlab-ce-e3390901a3d614a30d073ecb890d5c335e02616e.tar.gz
Chnaged padding of project header navproject-header
-rw-r--r--app/assets/stylesheets/pages/projects.scss4
-rw-r--r--app/views/projects/_home_panel.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 75f70891bb3..3325b586496 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -367,8 +367,8 @@ a.deploy-project-label {
border-bottom: 1px solid $border-color;
.nav {
- padding-top: $gl-padding;
- padding-bottom: $gl-padding;
+ padding-top: 12px;
+ padding-bottom: 12px;
}
.nav > li {
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 270562e2e32..cf11723dc8e 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -1,6 +1,6 @@
- empty_repo = @project.empty_repo?
.project-home-panel.text-center{ class: ("empty-project" if empty_repo) }
- %div{class: container_class }
+ %div{ class: container_class }
= project_icon(@project, alt: @project.name, class: 'project-avatar avatar s70')
%h1.project-title
= @project.name