@@ -, +, @@ - Apply, the search form doesn't break. --- .../intranet-tmpl/prog/en/css/right-to-left.css | 5 ----- .../prog/en/includes/patron-search-box.inc | 2 -- 2 files changed, 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css @@ -226,11 +226,6 @@ div.listgroup, width: 70%; } -#borrowerautocomplete -{ - width: auto; -} - .holdcount { line-height: 150%; --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc @@ -25,7 +25,6 @@ $(document).ready(function(){
[% IF ( CircAutocompl ) %]
-
@@ -33,7 +32,6 @@ $(document).ready(function(){ [% END %] -
[% ELSE %] --