From 8ffbb511381411d962dab1668019064730354490 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 21 Oct 2013 13:26:17 +0300 Subject: [PATCH] Make clone links looks related to clone bar --- app/assets/stylesheets/sections/projects.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss index 91c4991..53410a3 100644 --- a/app/assets/stylesheets/sections/projects.scss +++ b/app/assets/stylesheets/sections/projects.scss @@ -54,8 +54,11 @@ .git-clone-holder { float: right; + border: 1px solid #E1E1E1; + @include border-radius(4px); .btn { + margin-left: 3px; border: none; background: none; box-shadow: none; @@ -69,9 +72,11 @@ } input[type="text"] { - margin-left: 5px; + margin-left: 2px; + border: none; + border-radius: 0; + border-left: 1px solid #E1E1E1; @extend .monospace; - border: 1px solid #E1E1E1; box-shadow: none; background: #FAFAFA; padding: 6px 10px; -- libgit2 0.21.2