Index: trunk/extensions/MobileFrontend/stylesheets/iphone.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: 2.0) { |
10 | 3 | #searchbox #goButton { |
11 | 4 | background-image: url(images/s-xhdpi.png) !important; |
— | — | @@ -14,19 +7,3 @@ |
15 | 8 | #ogg_player_1 { |
16 | 9 | display: none; |
17 | 10 | } |
18 | | - |
19 | | -#searchbox { |
20 | | - border: 1px solid #cccccc; |
21 | | - -webkit-border-radius: 2px; |
22 | | - -moz-border-radius: 2px; |
23 | | -} |
24 | | - |
25 | | -#searchbox #searchField { |
26 | | - height: 27px; |
27 | | - font-size: 16px; |
28 | | -} |
29 | | - |
30 | | -#search { |
31 | | - height: 1.3em; |
32 | | -} |
33 | | - |