r97521 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97520‎ | r97521 | r97522 >
Date:18:07, 19 September 2011
Author:preilly
Status:deferred
Tags:
Comment:
styling fixes for Bug 30886 - "Clear" Button for Search Field
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/android.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/blackberry.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/default.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/firefox.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone2.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/kindle.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/nokia.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/operamini.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/palm_pre.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/psp.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/simple.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit_old.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/wii.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/wii.css
@@ -260,7 +260,12 @@
261261 button.section_heading.hide {
262262 display: none; }
263263
 264+#search:focus {
 265+ outline: none;
 266+}
 267+
264268 #search {
 269+ -webkit-appearance: none;
265270 border-top-width: 0px;
266271 border-right-width: 0px;
267272 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css
@@ -300,7 +300,12 @@
301301 float: right;
302302 margin-right: 5px; }
303303
 304+#search:focus {
 305+ outline: none;
 306+}
 307+
304308 #search {
 309+ -webkit-appearance: none;
305310 border-top-width: 0px;
306311 border-right-width: 0px;
307312 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
@@ -288,7 +288,12 @@
289289 body {
290290 font-size: 14px; }
291291
 292+#search:focus {
 293+ outline: none;
 294+}
 295+
292296 #search {
 297+ -webkit-appearance: none;
293298 border-top-width: 0px;
294299 border-right-width: 0px;
295300 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -277,7 +277,12 @@
278278 background: white;
279279 padding: 0 5px 5px 5px; }
280280
 281+#search:focus {
 282+ outline: none;
 283+}
 284+
281285 #search {
 286+ -webkit-appearance: none;
282287 border-top-width: 0px;
283288 border-right-width: 0px;
284289 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css
@@ -277,7 +277,12 @@
278278 #nav {
279279 margin-top: 8px; }
280280
 281+#search:focus {
 282+ outline: none;
 283+}
 284+
281285 #search {
 286+ -webkit-appearance: none;
282287 border-top-width: 0px;
283288 border-right-width: 0px;
284289 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -330,7 +330,12 @@
331331 span.idx {
332332 display: none; }
333333
 334+#search:focus {
 335+ outline: none;
 336+}
 337+
334338 #search {
 339+ -webkit-appearance: none;
335340 border-top-width: 0px;
336341 border-right-width: 0px;
337342 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -277,7 +277,12 @@
278278 #header {
279279 max-width: 290px; }
280280
 281+#search:focus {
 282+ outline: none;
 283+}
 284+
281285 #search {
 286+ -webkit-appearance: none;
282287 border-top-width: 0px;
283288 border-right-width: 0px;
284289 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/kindle.css
@@ -93,7 +93,12 @@
9494 body {
9595 line-height: 120%; }
9696
 97+#search:focus {
 98+ outline: none;
 99+}
 100+
97101 #search {
 102+ -webkit-appearance: none;
98103 border-top-width: 0px;
99104 border-right-width: 0px;
100105 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -274,7 +274,12 @@
275275 background: white;
276276 padding: 0 5px 5px 5px; }
277277
 278+#search:focus {
 279+ outline: none;
 280+}
 281+
278282 #search {
 283+ -webkit-appearance: none;
279284 border-top-width: 0px;
280285 border-right-width: 0px;
281286 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
@@ -277,7 +277,12 @@
278278 background: white;
279279 padding: 0 5px 5px 5px; }
280280
 281+#search:focus {
 282+ outline: none;
 283+}
 284+
281285 #search {
 286+ -webkit-appearance: none;
282287 border-top-width: 0px;
283288 border-right-width: 0px;
284289 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -303,7 +303,12 @@
304304 #header {
305305 max-width: 290px; }
306306
 307+#search:focus {
 308+ outline: none;
 309+}
 310+
307311 #search {
 312+ -webkit-appearance: none;
308313 border-top-width: 0px;
309314 border-right-width: 0px;
310315 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css
@@ -303,7 +303,12 @@
304304 span.idx {
305305 display: none; }
306306
 307+#search:focus {
 308+ outline: none;
 309+}
 310+
307311 #search {
 312+ -webkit-appearance: none;
308313 border-top-width: 0px;
309314 border-right-width: 0px;
310315 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
@@ -285,7 +285,12 @@
286286 background: white;
287287 padding: 0 5px 5px 5px; }
288288
 289+#search:focus {
 290+ outline: none;
 291+}
 292+
289293 #search {
 294+ -webkit-appearance: none;
290295 border-top-width: 0px;
291296 border-right-width: 0px;
292297 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/default.css
@@ -262,7 +262,12 @@
263263 button.section_heading.hide {
264264 display: none; }
265265
 266+#search:focus {
 267+ outline: none;
 268+}
 269+
266270 #search {
 271+ -webkit-appearance: none;
267272 border-top-width: 0px;
268273 border-right-width: 0px;
269274 border-bottom-width: 0px;
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css
@@ -274,7 +274,12 @@
275275 background: white;
276276 padding: 0 5px 5px 5px; }
277277
 278+#search:focus {
 279+ outline: none;
 280+}
 281+
278282 #search {
 283+ -webkit-appearance: none;
279284 border-top-width: 0px;
280285 border-right-width: 0px;
281286 border-bottom-width: 0px;

Follow-up revisions

RevisionCommit summaryAuthorDate
r97528styling fixes for Bug 30886 - "Clear" Button for Search Fieldsizepreilly18:33, 19 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97517add clear field button for Bug 30886 - "Clear" Button for Search Fieldpreilly17:45, 19 September 2011

Status & tagging log