Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -665,11 +665,13 @@ |
666 | 666 | display: inline-block; |
667 | 667 | } |
668 | 668 | |
| 669 | +#nav .button, |
669 | 670 | #nav button { |
670 | 671 | background: url(images/buttonbg.gif) no-repeat center; |
671 | 672 | border: 0; |
672 | | - height: 23px; |
673 | | - width: 83px; |
| 673 | + padding: 8px; |
| 674 | + color: black; |
| 675 | + display: inline-block; |
674 | 676 | } |
675 | 677 | |
676 | 678 | #disableButtons { |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -653,11 +653,13 @@ |
654 | 654 | display: inline-block; |
655 | 655 | } |
656 | 656 | |
| 657 | +#nav .button, |
657 | 658 | #nav button { |
658 | 659 | background: url(images/buttonbg.gif) no-repeat center; |
659 | 660 | border: 0; |
660 | | - height: 23px; |
661 | | - width: 83px; |
| 661 | + padding: 8px; |
| 662 | + color: black; |
| 663 | + display: inline-block; |
662 | 664 | } |
663 | 665 | |
664 | 666 | #disableButtons { |
Index: trunk/extensions/MobileFrontend/templates/SearchTemplate.php |
— | — | @@ -42,8 +42,8 @@ |
43 | 43 | </div> |
44 | 44 | <div class='nav' id='nav' {$logoDisplayNone}> |
45 | 45 | {$languageSelectionDiv} |
46 | | - <button onclick="javascript:location.href='{$mainPageUrl}';" type="submit" id="homeButton">{$homeButton}</button> |
47 | | - <button onclick="javascript:location.href='{$randomPageUrl}';" type="submit" id="randomButton">{$randomButton}</button> |
| 46 | + <a href="{$mainPageUrl}" id="homeButton" class="button">{$homeButton}</a> |
| 47 | + <a href="{$randomPageUrl}" id="randomButton" class="button">{$randomButton}</a> |
48 | 48 | </div> |
49 | 49 | </div> |
50 | 50 | HTML; |