Index: trunk/extensions/MobileFrontend/stylesheets/wii.css |
— | — | @@ -1,3 +1,7 @@ |
| 2 | +#searchbox form { |
| 3 | + margin: 0; |
| 4 | +} |
| 5 | + |
2 | 6 | .thumb { |
3 | 7 | margin: 0.5em 0; |
4 | 8 | } |
— | — | @@ -27,10 +31,6 @@ |
28 | 32 | margin: 0; |
29 | 33 | } |
30 | 34 | |
31 | | -#header { |
32 | | - padding: 8px; |
33 | | -} |
34 | | - |
35 | 35 | #content_wrapper { |
36 | 36 | background: white; |
37 | 37 | clear: both; |
— | — | @@ -42,32 +42,6 @@ |
43 | 43 | padding: 0 8px; |
44 | 44 | } |
45 | 45 | |
46 | | -body { |
47 | | - width: 798px; |
48 | | - background: #6ee4ff; |
49 | | - font-size: 200%; |
50 | | -} |
51 | | - |
52 | | -button, input { |
53 | | - font-size: 150%; |
54 | | -} |
55 | | - |
56 | | -#header { |
57 | | - height: 100px; |
58 | | -} |
59 | | - |
60 | | -#header #logo { |
61 | | - margin-right: 8px; |
62 | | -} |
63 | | - |
64 | | -#header #homeButton { |
65 | | - float: left; |
66 | | -} |
67 | | - |
68 | | -#header #search_bar { |
69 | | - padding-top: 20px; |
70 | | -} |
71 | | - |
72 | 46 | .mwm-message.mwm-notice { |
73 | 47 | font-size: 1.1em; |
74 | 48 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -576,6 +576,11 @@ |
577 | 577 | position: absolute; |
578 | 578 | right: 2px; |
579 | 579 | top: 2px; |
| 580 | + border: 0; |
| 581 | + background: url(images/s.gif) no-repeat top left; |
| 582 | + background-size: 27px 25px; |
| 583 | + height: 25px; |
| 584 | + width: 27px; |
580 | 585 | } |
581 | 586 | |
582 | 587 | #searchbox a, |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -576,6 +576,11 @@ |
577 | 577 | position: absolute; |
578 | 578 | right: 2px; |
579 | 579 | top: 2px; |
| 580 | + border: 0; |
| 581 | + background: url(images/s.gif) no-repeat top left; |
| 582 | + background-size: 27px 25px; |
| 583 | + height: 25px; |
| 584 | + width: 27px; |
580 | 585 | } |
581 | 586 | |
582 | 587 | #searchbox a, |
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css |
— | — | @@ -1,10 +1,3 @@ |
2 | | -#searchbox #goButton { |
3 | | - border: 0; |
4 | | - background: url(images/s.gif) no-repeat top left; |
5 | | - background-size: 27px 25px; |
6 | | - height: 25px; |
7 | | - width: 27px; |
8 | | -} |
9 | 2 | @media screen and (-webkit-device-pixel-ratio: 1.5) { |
10 | 3 | #searchbox #goButton { |
11 | 4 | background-image: url(images/s-hdpi.png) !important; |