Index: trunk/extensions/MobileFrontend/javascripts/beta_application.js |
— | — | @@ -1,3 +1,4 @@ |
| 2 | +document.body.className = "jsEnabled"; |
2 | 3 | var search = document.getElementById( 'search' ); |
3 | 4 | var clearSearch = document.getElementById( 'clearsearch' ); |
4 | 5 | var results = document.getElementById( 'results' ); |
Index: trunk/extensions/MobileFrontend/javascripts/application.js |
— | — | @@ -1,3 +1,4 @@ |
| 2 | +document.body.className = "jsEnabled"; |
2 | 3 | var search = document.getElementById( 'search' ); |
3 | 4 | var clearSearch = document.getElementById( 'clearsearch' ); |
4 | 5 | var results = document.getElementById( 'results' ); |
Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -304,4 +304,18 @@ |
305 | 305 | color: #000000; |
306 | 306 | -webkit-margin-after: 0.5em; |
307 | 307 | margin: 0px; |
308 | | -} |
\ No newline at end of file |
| 308 | +} |
| 309 | + |
| 310 | +button.show { |
| 311 | + display: none; |
| 312 | +} |
| 313 | + |
| 314 | +.jsEnabled button.show { |
| 315 | + display: inline-block; |
| 316 | +} |
| 317 | + |
| 318 | +.jsEnabled .content_block, |
| 319 | +.jsEnabled .section_anchors, |
| 320 | +button.section_heading.hide { |
| 321 | + display: none; |
| 322 | +} |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css |
— | — | @@ -300,12 +300,6 @@ |
301 | 301 | background-color: #ddeeff; |
302 | 302 | } |
303 | 303 | |
304 | | -.content_block, |
305 | | -.section_anchors, |
306 | | -button.section_heading.hide { |
307 | | - display: none; |
308 | | -} |
309 | | - |
310 | 304 | #clearButton { |
311 | 305 | display: none; |
312 | 306 | } |