https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113774
Revision: 113774
Author: awjrichards
Date: 2012-03-13 22:35:03 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
MFT r113471, r113472, r113486, r113512, r113553
Modified Paths:
--------------
branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExcerpts.php
branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css
branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css
Property Changed:
----------------
branches/wmf/1.19wmf1/extensions/MobileFrontend/
branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend
___________________________________________________________________
Modified: svn:mergeinfo
- /trunk/extensions/MobileFrontend:99727,113442,113444
+
/trunk/extensions/MobileFrontend:99727,113442,113444,113471-113472,113486,113512,113553
Modified:
branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExcerpts.php
===================================================================
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExcerpts.php
2012-03-13 22:33:00 UTC (rev 113773)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/api/ApiQueryExcerpts.php
2012-03-13 22:35:03 UTC (rev 113774)
@@ -197,7 +197,7 @@
public function getExamples() {
return array(
-
'api.php?action=query&prop=excerpt&length=175&titles=Therion' => 'Get a
175-character excerpt',
+
'api.php?action=query&prop=excerpts&exlength=175&titles=Therion' => 'Get a
175-character excerpt',
);
}
Modified:
branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css
2012-03-13 22:33:00 UTC (rev 113773)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css
2012-03-13 22:35:03 UTC (rev 113774)
@@ -1,8 +1,8 @@
html,
-body {
- margin: 0;
- padding: 0;
- height: 100%;
+body {
+ margin: 0;
+ padding: 0;
+ height: 100%;
}
html {
@@ -106,38 +106,16 @@
text-align: center;
}
-.suggestions-results {
- font-size: 1.4em;
- cursor: pointer;
- margin: 0;
- padding: 0;
-}
-
-.suggestions-results hr {
- margin: 0;
-}
-
-.suggestions-result {
- color: black;
- margin: 0;
- line-height: 2.6em;
- padding: 0.01em 0.25em;
- postion: relative;
- border-bottom: solid 1px #999999;
-}
-
.suggestions-result a {
text-decoration: none;
color: #666;
}
-.suggestions-result a:link {
- text-decoration: none;
- color:#666;
-}
+
.suggestions-result a:visited {
text-decoration: none;
color:#666;
}
+
.suggestions-result a:hover {
text-decoration: none;
color:#666;
@@ -146,9 +124,11 @@
text-decoration: none;
color:#666;
}
+
.suggestions-result:hover {
background-color: #ACD1E9;
}
+
a.sq-val-update {
font-size: 1.3em;
display: block;
@@ -160,15 +140,15 @@
width: 1.5em;
text-align: center;
}
-a.sq-val-update:link {
- text-decoration: none;
-}
+
a.sq-val-update:visited {
text-decoration: none;
}
+
a.sq-val-update:hover {
text-decoration: none;
}
+
a.sq-val-update:active {
text-decoration: none;
}
@@ -518,6 +498,7 @@
-moz-border-radius: 5px;
background: #f9f9f9;
margin-bottom: 10px;
+ text-align: center;
}
.thumb .thumbinner[style] {
@@ -610,7 +591,7 @@
height: 25px;
width: 27px;
padding-bottom: 0;
- text-indent: 999px;
+ text-indent: -999px;
}
html[dir="rtl"] .goButton {
@@ -785,11 +766,19 @@
position: relative;
border-bottom: solid 1px #999;
font-size: 1.4em;
+ cursor: pointer;
+ margin: 0;
}
.full-screen-search .suggestions-result {
line-height: 2.6em;
border: none;
+ color: black;
+ margin: 0;
+ line-height: 2.6em;
+ padding: 0.01em 0.25em;
+ position: relative;
+ border-bottom: solid 1px #999999;
}
.full-screen-search .suggestions-result a:visited {
@@ -841,13 +830,3 @@
.full-screen-search #nav {
display: none !important;
}
-
-#placeholder {
- position: absolute;
- left: 38px;
- z-index: 2;
- top: 0;
- color: #666;
- font-size: 16px;
- padding-top: 10px;
-}
Modified: branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css
===================================================================
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css
2012-03-13 22:33:00 UTC (rev 113773)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css
2012-03-13 22:35:03 UTC (rev 113774)
@@ -526,6 +526,7 @@
-moz-border-radius: 5px;
background: #f9f9f9;
margin-bottom: 10px;
+ text-align: center;
}
.thumb .thumbinner[style] {
@@ -625,7 +626,7 @@
height: 25px;
width: 27px;
padding-bottom: 0;
- text-indent: 999px;
+ text-indent: -999px;
}
html[dir="rtl"] .goButton {
Property changes on:
branches/wmf/1.19wmf1/extensions/MobileFrontend/templates/ApplicationTemplate.php
___________________________________________________________________
Modified: svn:mergeinfo
-
/trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php:99727,113428,113442,113444,113447,113488,113771
+
/trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php:99727,113428,113442,113444,113447,113471-113472,113486,113488,113512,113553,113771
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs