Reduce right margin or dashboard project visibility icon

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-12-27 12:13:30 +02:00
parent b27bd2b10d
commit 5b1984ce5a
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@
.dash-project-access-icon { .dash-project-access-icon {
float: left; float: left;
margin-right: 10px; margin-right: 5px;
font-size: 18px; font-size: 18px;
color: #BBB; color: #BBB;
margin-bottom: 10px; margin-bottom: 10px;

View File

@ -179,11 +179,11 @@ module ProjectsHelper
title title
end end
def default_url_to_repo def default_url_to_repo
current_user ? @project.url_to_repo : @project.http_url_to_repo current_user ? @project.url_to_repo : @project.http_url_to_repo
end end
def default_clone_protocol def default_clone_protocol
current_user ? "ssh" : "http" current_user ? "ssh" : "http"
end end