Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css |
— | — | @@ -1,10 +1,3 @@ |
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 | 2 | #searchbox { |
10 | 3 | height: 25px; |
11 | 4 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css |
— | — | @@ -1,10 +1,3 @@ |
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 | 2 | body { |
10 | 3 | font-size: 1.8em; |
11 | 4 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css |
— | — | @@ -1,10 +1,3 @@ |
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 | 2 | #header, #footer, #content_wrapper { |
10 | 3 | margin: 0 2px; |
11 | 4 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css |
— | — | @@ -1,10 +1,3 @@ |
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 | 2 | .mwm-notice { |
10 | 3 | padding: 5px; |
11 | 4 | background: #dddddd; |
Index: trunk/extensions/MobileFrontend/stylesheets/android.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; |
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css |
— | — | @@ -2,13 +2,6 @@ |
3 | 3 | test: 1; |
4 | 4 | } |
5 | 5 | |
6 | | -#searchbox #goButton { |
7 | | - border: 0; |
8 | | - background: url(images/s.gif) no-repeat top left; |
9 | | - height: 25px; |
10 | | - width: 27px; |
11 | | -} |
12 | | - |
13 | 6 | #clearButton { |
14 | 7 | display: none; |
15 | 8 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css |
— | — | @@ -25,13 +25,6 @@ |
26 | 26 | -moz-border-radius: 2px; |
27 | 27 | } |
28 | 28 | |
29 | | -#searchbox #goButton { |
30 | | - border: 0; |
31 | | - background: url(images/s.gif) no-repeat top left; |
32 | | - height: 25px; |
33 | | - width: 27px; |
34 | | -} |
35 | | - |
36 | 29 | #searchbox #searchField { |
37 | 30 | height: 27px; |
38 | 31 | font-size: 16px; |
Index: trunk/extensions/MobileFrontend/stylesheets/default.css |
— | — | @@ -1,7 +0,0 @@ |
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 | | -} |