1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00
This commit is contained in:
Hillel Coren 2015-11-28 23:19:09 +02:00
parent e09a059691
commit da086d3345

View File

@ -271,7 +271,7 @@
});
$('#search').focus(function(){
$('#search').css('width', '{{ Utils::isEnglish() ? 256 : 216 }}px');
$('#search').css('width', '{{ Utils::isEnglish() ? 264 : 216 }}px');
$('ul.navbar-right').hide();
if (!window.hasOwnProperty('searchData')) {
trackEvent('/activity', '/search');
@ -481,7 +481,7 @@
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" id="search" style="width: {{ Utils::isEnglish() ? 150 : 110 }}px"
<input type="text" id="search" style="width: {{ Utils::isEnglish() ? 150 : 110 }}px;padding-top:0px;padding-bottom:0px"
class="form-control" placeholder="{{ trans('texts.search') }}">
</div>
</form>