Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExcerpts.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | |
199 | 199 | public function getExamples() { |
200 | 200 | return array( |
201 | | - 'api.php?action=query&prop=excerpt&length=175&titles=Therion' => 'Get a 175-character excerpt', |
| 201 | + 'api.php?action=query&prop=excerpts&exlength=175&titles=Therion' => 'Get a 175-character excerpt', |
202 | 202 | ); |
203 | 203 | } |
204 | 204 | |
Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -526,6 +526,7 @@ |
527 | 527 | -moz-border-radius: 5px; |
528 | 528 | background: #f9f9f9; |
529 | 529 | margin-bottom: 10px; |
| 530 | + text-align: center; |
530 | 531 | } |
531 | 532 | |
532 | 533 | .thumb .thumbinner[style] { |
— | — | @@ -625,7 +626,7 @@ |
626 | 627 | height: 25px; |
627 | 628 | width: 27px; |
628 | 629 | padding-bottom: 0; |
629 | | - text-indent: 999px; |
| 630 | + text-indent: -999px; |
630 | 631 | } |
631 | 632 | |
632 | 633 | html[dir="rtl"] .goButton { |
Index: branches/wmf/1.19wmf1/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,38 +106,16 @@ |
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; |
133 | 113 | } |
134 | | -.suggestions-result a:link { |
135 | | - text-decoration: none; |
136 | | - color:#666; |
137 | | -} |
| 114 | + |
138 | 115 | .suggestions-result a:visited { |
139 | 116 | text-decoration: none; |
140 | 117 | color:#666; |
141 | 118 | } |
| 119 | + |
142 | 120 | .suggestions-result a:hover { |
143 | 121 | text-decoration: none; |
144 | 122 | color:#666; |
— | — | @@ -146,9 +124,11 @@ |
147 | 125 | text-decoration: none; |
148 | 126 | color:#666; |
149 | 127 | } |
| 128 | + |
150 | 129 | .suggestions-result:hover { |
151 | 130 | background-color: #ACD1E9; |
152 | 131 | } |
| 132 | + |
153 | 133 | a.sq-val-update { |
154 | 134 | font-size: 1.3em; |
155 | 135 | display: block; |
— | — | @@ -160,15 +140,15 @@ |
161 | 141 | width: 1.5em; |
162 | 142 | text-align: center; |
163 | 143 | } |
164 | | -a.sq-val-update:link { |
165 | | - text-decoration: none; |
166 | | -} |
| 144 | + |
167 | 145 | a.sq-val-update:visited { |
168 | 146 | text-decoration: none; |
169 | 147 | } |
| 148 | + |
170 | 149 | a.sq-val-update:hover { |
171 | 150 | text-decoration: none; |
172 | 151 | } |
| 152 | + |
173 | 153 | a.sq-val-update:active { |
174 | 154 | text-decoration: none; |
175 | 155 | } |
— | — | @@ -518,6 +498,7 @@ |
519 | 499 | -moz-border-radius: 5px; |
520 | 500 | background: #f9f9f9; |
521 | 501 | margin-bottom: 10px; |
| 502 | + text-align: center; |
522 | 503 | } |
523 | 504 | |
524 | 505 | .thumb .thumbinner[style] { |
— | — | @@ -610,7 +591,7 @@ |
611 | 592 | height: 25px; |
612 | 593 | width: 27px; |
613 | 594 | padding-bottom: 0; |
614 | | - text-indent: 999px; |
| 595 | + text-indent: -999px; |
615 | 596 | } |
616 | 597 | |
617 | 598 | html[dir="rtl"] .goButton { |
— | — | @@ -785,11 +766,19 @@ |
786 | 767 | position: relative; |
787 | 768 | border-bottom: solid 1px #999; |
788 | 769 | font-size: 1.4em; |
| 770 | + cursor: pointer; |
| 771 | + margin: 0; |
789 | 772 | } |
790 | 773 | |
791 | 774 | .full-screen-search .suggestions-result { |
792 | 775 | line-height: 2.6em; |
793 | 776 | border: none; |
| 777 | + color: black; |
| 778 | + margin: 0; |
| 779 | + line-height: 2.6em; |
| 780 | + padding: 0.01em 0.25em; |
| 781 | + position: relative; |
| 782 | + border-bottom: solid 1px #999999; |
794 | 783 | } |
795 | 784 | |
796 | 785 | .full-screen-search .suggestions-result a:visited { |
— | — | @@ -841,13 +830,3 @@ |
842 | 831 | .full-screen-search #nav { |
843 | 832 | display: none !important; |
844 | 833 | } |
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 | | -} |
Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$betaPrefix}common.css?version=1331257310' media='all' rel='Stylesheet' type='text/css' /> |
56 | 56 | <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$cssFileName}.css?version=1331257310' media='all' rel='Stylesheet' type='text/css' /> |
57 | 57 | {$filePageStyle} |
58 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 58 | + <meta name="viewport" content="max-width=device-width, initial-scale=1.0"> |
59 | 59 | {$appleTouchIconTag} |
60 | 60 | {$jQueryScript} |
61 | 61 | <script type='text/javascript'> |
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
62 | 62 | Merged /trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php:r113463,113471-113472,113486,113512,113553 |
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend |
___________________________________________________________________ |
Modified: svn:mergeinfo |
63 | 63 | Merged /trunk/extensions/MobileFrontend:r113463,113471-113472,113486,113512,113553 |