Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 17:39:04 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 17:39:04 +0400
commitba5787c38ab2b281cf7cd47c61ea25ecebba42cc (patch)
treea31fb9c6fe8a82e6b31a3b59c2e0e5a2d2095e41 /app
parent6d332ce146b634e18b12e2476ace3955d7d33290 (diff)
Less distracting git clone line for public page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/projects.scss4
-rw-r--r--app/views/public/projects/index.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss
index 34dd3448f53..c9188fb751c 100644
--- a/app/assets/stylesheets/sections/projects.scss
+++ b/app/assets/stylesheets/sections/projects.scss
@@ -172,8 +172,8 @@ ul.nav.nav-projects-tabs {
}
.public-clone {
- background: #333;
- color: #f5f5f5;
+ background: #EEE;
+ color: #777;
padding: 6px 10px;
margin: 1px;
font-weight: normal;
diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml
index 624ec0b9b95..7d4d94ce42b 100644
--- a/app/views/public/projects/index.html.haml
+++ b/app/views/public/projects/index.html.haml
@@ -45,7 +45,7 @@
%small.access-icon
= internal_icon
Internal
- .pull-right
+ .pull-right.hidden-sm.hidden-xs
%pre.public-clone git clone #{project.http_url_to_repo}
- if project.description.present?