mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Replace search icon with glyph
This commit is contained in:
parent
14a4da8a71
commit
836d790f9f
3 changed files with 10 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 935 B |
|
@ -9,6 +9,10 @@
|
|||
height:26px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.fa {
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
|
@ -68,7 +68,12 @@
|
|||
<li><%= link_to t('layouts.navigation.api_docs'), rest_api_docs_path %></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><%= navigation_link(image_tag("system-search.png", :size => "16X16", :border => 0), search_path, :title => t('layouts.navigation.search')) %></li>
|
||||
<li>
|
||||
<%= link_to search_path, title: t('layouts.navigation.search') do %>
|
||||
<%= icon('search', class: 'hidden-xs') %>
|
||||
<%= content_tag :span, t('layouts.navigation.search'), class: 'visible-xs-inline' %>
|
||||
<% end %>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue