Index: trunk/extensions/MobileFrontend/javascripts/beta_opensearch.js |
— | — | @@ -49,7 +49,6 @@ |
50 | 50 | |
51 | 51 | if ( !focused ) { |
52 | 52 | MobileFrontend.utils( document.body ).addClass( 'full-screen-search' ); |
53 | | - sq.className = ''; |
54 | 53 | |
55 | 54 | pE = document.getElementById( 'placeholder' ); |
56 | 55 | if ( !pE ) { |
Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -182,7 +182,6 @@ |
183 | 183 | outline-style: none; |
184 | 184 | outline-width: initial; |
185 | 185 | outline-color: initial; |
186 | | - height: 1.4em; |
187 | 186 | padding: 0; |
188 | 187 | } |
189 | 188 | |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -196,7 +196,6 @@ |
197 | 197 | outline-style: none; |
198 | 198 | outline-width: initial; |
199 | 199 | outline-color: initial; |
200 | | - height: 1.4em; |
201 | 200 | padding: 0; |
202 | 201 | } |
203 | 202 | |
— | — | @@ -213,11 +212,9 @@ |
214 | 213 | } |
215 | 214 | |
216 | 215 | .divclearable { |
217 | | - border: 1px solid #888; |
218 | 216 | display: block; |
219 | 217 | zoom: 1; |
220 | 218 | vertical-align: middle; |
221 | | - height: 1.5em; |
222 | 219 | position: relative; |
223 | 220 | } |
224 | 221 | |
— | — | @@ -690,7 +687,6 @@ |
691 | 688 | .full-screen-search #sq { |
692 | 689 | position: relative; |
693 | 690 | padding-left: 44px; |
694 | | - height: 34px; |
695 | 691 | margin-right: 0; |
696 | 692 | font-size: 16px; |
697 | 693 | border: none; |