Skip to content
Snippets Groups Projects
Commit af501845 authored by Jacob Schatz's avatar Jacob Schatz Committed by Rubén Dávila
Browse files

aligns menu at top on one row

parent 8f0eee06
Branches
Tags
1 merge request!2376Show list of forks for a given Project
Loading
@@ -391,6 +391,22 @@ pre.light-well {
Loading
@@ -391,6 +391,22 @@ pre.light-well {
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 0px; margin-bottom: 0px;
   
&.fork-search-form {
margin: 0;
margin-top: -$gl-padding;
padding-bottom: 0;
width: 540px;
input {
width: calc(100% - 277px);
}
.fork_link {
float: right;
margin-left: $gl-padding;
}
}
input { input {
display: inline-block; display: inline-block;
width: calc(100% - 151px); width: calc(100% - 151px);
Loading
Loading
Loading
@@ -6,7 +6,7 @@
Loading
@@ -6,7 +6,7 @@
== #{pluralize(@all_forks.size, 'fork')}: #{full_count_title} == #{pluralize(@all_forks.size, 'fork')}: #{full_count_title}
   
.pull-right .pull-right
.projects-search-form .projects-search-form.fork-search-form
= search_field_tag :filter_projects, nil, placeholder: 'Search forks', class: 'projects-list-filter form-control', = search_field_tag :filter_projects, nil, placeholder: 'Search forks', class: 'projects-list-filter form-control',
spellcheck: false, data: { 'filter-selector' => 'span.namespace-name' } spellcheck: false, data: { 'filter-selector' => 'span.namespace-name' }
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment