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