Remove SSH button when SSH is disabled

This commit is contained in:
Gustavo Paes 2015-08-09 14:38:26 -03:00
parent 8a3ee795d2
commit 4564d13496
3 changed files with 9 additions and 7 deletions

View file

@ -1496,7 +1496,7 @@ The register and sign-in page style
.repo-bare #repo-header-meta {
display: none;
}
.repo-bare #repo-clone-ssh {
.repo-bare .btn-first {
margin-left: 200px;
}
.repo-bare #repo-clone-copy {

View file

@ -345,7 +345,7 @@
#repo-header-meta {
display: none;
}
#repo-clone-ssh {
.btn-first {
margin-left: 200px;
}
#repo-clone-copy {