mirror of https://github.com/apache/archiva.git
reduce autocomplete input size in browse screen
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1300353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d7bab3396
commit
a0d70eff42
|
@ -64,8 +64,6 @@
|
|||
<ul class="breadcrumb">
|
||||
<li>
|
||||
<a href="#" data-bind="click: function(){ browseRoot()}"><img src="images/go-home.png"/></a> <span class="divider">/</span>
|
||||
<!-- <i class="icon-home"/> -->
|
||||
|
||||
</li>
|
||||
{{var number=breadCrumbEntries().length}}
|
||||
{{each(i,breadCrumbEntry) breadCrumbEntries}}
|
||||
|
@ -84,7 +82,7 @@
|
|||
{{if number>0}}
|
||||
<span class="divider">/</span>
|
||||
{{/if}}
|
||||
<input type="text" class="form-search span6" size="50" id="browse-autocomplete"/>
|
||||
<input type="text" class="form-search span4" size="50" id="browse-autocomplete"/>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue