Index: trunk/extensions/MobileFrontend/stylesheets/simple.css |
— | — | @@ -1,37 +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#searchField { |
25 | | - width: 60%; |
26 | | -} |
27 | | - |
28 | | -#searchbox input#searchButton { |
29 | | - margin-left: 2px; |
30 | | -} |
31 | | - |
32 | | -#searchbox input#submitButton { |
33 | | - display: none; |
34 | | -} |
35 | | - |
36 | 6 | /* TODO: duplicate see psp.css */ |
37 | 7 | .nav { |
38 | 8 | border: 0; |
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css |
— | — | @@ -2,28 +2,6 @@ |
3 | 3 | margin: 0 2px; |
4 | 4 | } |
5 | 5 | |
6 | | -#searchbox { |
7 | | - border: 0px; |
8 | | - padding: 2px; |
9 | | - height: 26px; |
10 | | -} |
11 | | - |
12 | | -#searchbox form, #searchbox button, #searchbox img, #searchbox input { |
13 | | - display: inline; |
14 | | -} |
15 | | - |
16 | | -#searchbox input#searchField { |
17 | | - width: 60%; |
18 | | -} |
19 | | - |
20 | | -#searchbox input#searchButton { |
21 | | - margin-left: 2px; |
22 | | -} |
23 | | - |
24 | | -#searchbox input#submitButton { |
25 | | - display: none; |
26 | | -} |
27 | | - |
28 | 6 | /* TODO: review duplicate definition in operamini, psp, simple |
29 | 7 | Are they even necessary? could/should they be in common.css ? |
30 | 8 | */ |
— | — | @@ -79,10 +57,6 @@ |
80 | 58 | margin: 0; |
81 | 59 | } |
82 | 60 | |
83 | | -#searchField { |
84 | | - font-size: 1.2em; |
85 | | -} |
86 | | - |
87 | 61 | span.idx { |
88 | 62 | display: none; |
89 | 63 | } |