Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -1,8 +1,8 @@ |
2 | 2 | html, |
3 | | -body { |
4 | | - margin: 0; |
5 | | - padding: 0; |
6 | | - height: 100%; |
| 3 | +body { |
| 4 | + margin: 0; |
| 5 | + padding: 0; |
| 6 | + height: 100%; |
7 | 7 | } |
8 | 8 | |
9 | 9 | html { |
— | — | @@ -106,26 +106,6 @@ |
107 | 107 | text-align: center; |
108 | 108 | } |
109 | 109 | |
110 | | -.suggestions-results { |
111 | | - font-size: 1.4em; |
112 | | - cursor: pointer; |
113 | | - margin: 0; |
114 | | - padding: 0; |
115 | | -} |
116 | | - |
117 | | -.suggestions-results hr { |
118 | | - margin: 0; |
119 | | -} |
120 | | - |
121 | | -.suggestions-result { |
122 | | - color: black; |
123 | | - margin: 0; |
124 | | - line-height: 2.6em; |
125 | | - padding: 0.01em 0.25em; |
126 | | - postion: relative; |
127 | | - border-bottom: solid 1px #999999; |
128 | | -} |
129 | | - |
130 | 110 | .suggestions-result a { |
131 | 111 | text-decoration: none; |
132 | 112 | color: #666; |
— | — | @@ -785,11 +765,19 @@ |
786 | 766 | position: relative; |
787 | 767 | border-bottom: solid 1px #999; |
788 | 768 | font-size: 1.4em; |
| 769 | + cursor: pointer; |
| 770 | + margin: 0; |
789 | 771 | } |
790 | 772 | |
791 | 773 | .full-screen-search .suggestions-result { |
792 | 774 | line-height: 2.6em; |
793 | 775 | border: none; |
| 776 | + color: black; |
| 777 | + margin: 0; |
| 778 | + line-height: 2.6em; |
| 779 | + padding: 0.01em 0.25em; |
| 780 | + position: relative; |
| 781 | + border-bottom: solid 1px #999999; |
794 | 782 | } |
795 | 783 | |
796 | 784 | .full-screen-search .suggestions-result a:visited { |
— | — | @@ -841,13 +829,3 @@ |
842 | 830 | .full-screen-search #nav { |
843 | 831 | display: none !important; |
844 | 832 | } |
845 | | - |
846 | | -#placeholder { |
847 | | - position: absolute; |
848 | | - left: 38px; |
849 | | - z-index: 2; |
850 | | - top: 0; |
851 | | - color: #666; |
852 | | - font-size: 16px; |
853 | | - padding-top: 10px; |
854 | | -} |