diff options
author | marijus <mario@localhost.localdomain> | 2013-10-09 21:44:22 +0200 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-10-09 21:44:22 +0200 |
commit | e7f9d603be5a03d10f2a1574219f889ec335fd08 (patch) | |
tree | 7d42deec4cf9c14fd08c1c7ad07959216686fd40 /view/tpl/nav.tpl | |
parent | 1e7034c4da11bd46cafad471de714ace3c0b5ab8 (diff) | |
download | volse-hubzilla-e7f9d603be5a03d10f2a1574219f889ec335fd08.tar.gz volse-hubzilla-e7f9d603be5a03d10f2a1574219f889ec335fd08.tar.bz2 volse-hubzilla-e7f9d603be5a03d10f2a1574219f889ec335fd08.zip |
pimp up the searchbar a little and hoping it is the right way to do
it
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 3c6d260f5..01ba6620a 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -136,7 +136,7 @@ <li id="nav-searchbar"> <form method="get" action="search"> - <input id="nav-search-text" type="text" value="" placeholder="{{$nav.search.1}}" name="search" title="{{$nav.search.3}}" onclick="this.submit();" /> + <input class="icon-search" id="nav-search-text" type="text" value="" placeholder="" name="search" title="{{$nav.search.3}}" onclick="this.submit();" /> </form> </li> <div id="nav-search-spinner"></div> |