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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-29 14:27:33 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-29 14:27:33 +0400
commit0f72f00ce93be37986e8ffba096f937700701ee0 (patch)
tree67bbcbf32d797c703d1ca6c3aa4fe1a88afc55d7 /app/views/shared/_clone_panel.html.haml
parent640175f5a550219ae732d1f893fa4f00b0b8c575 (diff)
Improve project show page UI
* Fixes overflow with long description * Fixes overflow for project with long name * Fixes overflow for non-retina iPad Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared/_clone_panel.html.haml')
-rw-r--r--app/views/shared/_clone_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_clone_panel.html.haml b/app/views/shared/_clone_panel.html.haml
index 2ae3e6d97f4..48d6c97ee43 100644
--- a/app/views/shared/_clone_panel.html.haml
+++ b/app/views/shared/_clone_panel.html.haml
@@ -1,4 +1,4 @@
.git-clone-holder
%button{class: "btn #{ 'active' if default_clone_protocol == 'ssh' }", :"data-clone" => @project.ssh_url_to_repo} SSH
%button{class: "btn #{ 'active' if default_clone_protocol == 'http' }", :"data-clone" => @project.http_url_to_repo}= gitlab_config.protocol.upcase
- = text_field_tag :project_clone, default_url_to_repo, class: "one_click_select span5", readonly: true
+ = text_field_tag :project_clone, default_url_to_repo, class: "one_click_select span4", readonly: true