Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js |
— | — | @@ -109,7 +109,7 @@ |
110 | 110 | var section = sections[i]; |
111 | 111 | var rel = i + 1; |
112 | 112 | section.value = section.value.replace( /^(?:\/\/|[^\/]+)*\//, '/' ); |
113 | | - html = html + "<div class=\"suggestions-result\" rel=\"" + rel + "\" title=\"" + section.label + "\"><a href='" + section.value + "'>" + section.label + "</a><a class=\"sq-val-update\" href=\"javascript:sqValUpdate('" + section.label + "');\"> + </a></div>"; |
| 113 | + html = html + "<div class=\"suggestions-result\" rel=\"" + rel + "\" title=\"" + section.label + "\"><a href='" + section.value + "'>" + section.label + "</a><a class=\"sq-val-update\" href=\"javascript:sqValUpdate('" + section.label + "');\"> + </a></div>"; |
114 | 114 | if ( i < ( sections.length - 1 ) ) { |
115 | 115 | html = html + '<hr />'; |
116 | 116 | } |
Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -57,6 +57,7 @@ |
58 | 58 | font-weight:normal; |
59 | 59 | text-decoration: none; |
60 | 60 | color: #000000; |
| 61 | + float: right; |
61 | 62 | } |
62 | 63 | a.sq-val-update:link { |
63 | 64 | text-decoration: none; |