Index: trunk/extensions/MobileFrontend/javascripts/opensearch.js |
— | — | @@ -44,6 +44,7 @@ |
45 | 45 | } |
46 | 46 | |
47 | 47 | window.onload = function () { |
| 48 | + // TODO: not working in opera mini 6.5 |
48 | 49 | u( search ).bind( 'keyup', |
49 | 50 | function() { |
50 | 51 | clearTimeout( timer ); |
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css |
— | — | @@ -1,33 +1,7 @@ |
2 | | -#searchbox #goButton { |
3 | | - border: 0; |
4 | | - background: url(images/s.gif) no-repeat top left; |
5 | | - height: 25px; |
6 | | - width: 27px; |
7 | | -} |
8 | | - |
9 | | - |
10 | 2 | #header, #footer, #content_wrapper { |
11 | 3 | margin: 0 2px; |
12 | 4 | } |
13 | 5 | |
14 | | -#searchbox { |
15 | | - border: 0px; |
16 | | - padding: 2px; |
17 | | - height: 26px; |
18 | | -} |
19 | | - |
20 | | -#searchbox form, #searchbox button, #searchbox img, #searchbox input { |
21 | | - display: inline; |
22 | | -} |
23 | | - |
24 | | -#searchbox input#searchButton { |
25 | | - margin-left: 2px; |
26 | | -} |
27 | | - |
28 | | -#searchbox input#submitButton { |
29 | | - display: none; |
30 | | -} |
31 | | - |
32 | 6 | /* TODO: duplicate see psp.css */ |
33 | 7 | .nav { |
34 | 8 | border: 0; |