Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -588,7 +588,14 @@ |
589 | 589 | -webkit-border-radius: 2px; |
590 | 590 | -moz-border-radius: 2px; |
591 | 591 | clear: both; |
592 | | - padding: 5px 0; |
| 592 | + display: none; |
| 593 | + width: 172px; |
| 594 | + border: 1px solid #cccccc; |
| 595 | + border-top: 0px; |
| 596 | + margin: -1px 0 0 0; |
| 597 | + background: white; |
| 598 | + padding: 0 5px 5px 5px; |
| 599 | + position: relative; |
593 | 600 | } |
594 | 601 | |
595 | 602 | #nav form, |
— | — | @@ -651,13 +658,3 @@ |
652 | 659 | button.section_heading.hide { |
653 | 660 | display: none; |
654 | 661 | } |
655 | | - |
656 | | -#nav { |
657 | | - display: none; |
658 | | - width: 172px; |
659 | | - border: 1px solid #cccccc; |
660 | | - border-top: 0px; |
661 | | - margin: -1px 0 0 0; |
662 | | - background: white; |
663 | | - padding: 0 5px 5px 5px; |
664 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -598,6 +598,14 @@ |
599 | 599 | -moz-border-radius: 2px; |
600 | 600 | clear: both; |
601 | 601 | padding: 5px 0; |
| 602 | + display: none; |
| 603 | + width: 172px; |
| 604 | + border: 1px solid #cccccc; |
| 605 | + border-top: 0px; |
| 606 | + margin: -1px 0 0 0; |
| 607 | + background: white; |
| 608 | + padding: 0 5px 5px 5px; |
| 609 | + position: relative; |
602 | 610 | } |
603 | 611 | |
604 | 612 | #nav form, |
— | — | @@ -661,16 +669,6 @@ |
662 | 670 | display: none; |
663 | 671 | } |
664 | 672 | |
665 | | -#nav { |
666 | | - display: none; |
667 | | - width: 172px; |
668 | | - border: 1px solid #cccccc; |
669 | | - border-top: 0px; |
670 | | - margin: -1px 0 0 0; |
671 | | - background: white; |
672 | | - padding: 0 5px 5px 5px; |
673 | | -} |
674 | | - |
675 | 673 | /* |
676 | 674 | full screen search css |
677 | 675 | */ |