Skip to content
Snippets Groups Projects
Commit e9dff9f4 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix alignment of ref picker, breadcrumb and buttons.

parent 71a1689f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -29,10 +29,6 @@
 
.commits-feed-holder {
float: right;
.btn {
padding: 4px 12px;
}
}
 
li.commit {
Loading
Loading
Loading
Loading
@@ -249,7 +249,8 @@ ul.nav.nav-projects-tabs {
}
 
.breadcrumb.repo-breadcrumb {
padding: 2px 0;
padding: 0;
line-height: 34px;
background: white;
border: none;
font-size: 16px;
Loading
Loading
Loading
Loading
@@ -106,17 +106,9 @@
}
}
 
.tree-download-holder .btn {
padding: 4px 12px;
}
.tree-ref-holder {
float: left;
margin-right: 15px;
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice {
padding: 4px 12px;
}
}
 
.readme-holder {
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
 
- if can? current_user, :download_code, @project
.tree-download-holder
= render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group-sm pull-right hidden-xs hidden-sm', split_button: true
= render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group pull-right hidden-xs hidden-sm', split_button: true
 
#tree-holder.tree-holder.clearfix
= render "tree", tree: @tree
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment