Index: trunk/extensions/MobileFrontend/javascripts/opensearch.js |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | var sq = document.getElementById( 'sq' ); |
16 | 16 | var iw = ( document.documentElement.clientWidth ) ? document.documentElement.clientWidth : document.body.clientWidth; |
17 | 17 | sq.style.width = ( iw - 160 ) + pixels; |
18 | | -search.style.width = ( iw - 162 ) + pixels;; |
| 18 | +search.style.width = ( iw - 164 ) + pixels;; |
19 | 19 | |
20 | 20 | results.style.width = ( sq.offsetWidth - 2 ) + pixels; |
21 | 21 | results.style.left = sq.offsetLeft + pixels; |