r97528 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97527‎ | r97528 | r97529 >
Date:18:33, 19 September 2011
Author:preilly
Status:deferred
Tags:
Comment:
styling fixes for Bug 30886 - "Clear" Button for Search Fieldsize
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
@@ -273,7 +273,7 @@
274274 outline-style: none;
275275 outline-width: initial;
276276 outline-color: initial;
277 - height: 1.5em;
 277+ height: 1.4em;
278278 }
279279
280280 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css
@@ -313,7 +313,7 @@
314314 outline-style: none;
315315 outline-width: initial;
316316 outline-color: initial;
317 - height: 1.5em;
 317+ height: 1.4em;
318318 }
319319
320320 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
@@ -301,7 +301,7 @@
302302 outline-style: none;
303303 outline-width: initial;
304304 outline-color: initial;
305 - height: 1.5em;
 305+ height: 1.4em;
306306 }
307307
308308 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -290,7 +290,7 @@
291291 outline-style: none;
292292 outline-width: initial;
293293 outline-color: initial;
294 - height: 1.5em;
 294+ height: 1.4em;
295295 }
296296
297297 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css
@@ -290,7 +290,7 @@
291291 outline-style: none;
292292 outline-width: initial;
293293 outline-color: initial;
294 - height: 1.5em;
 294+ height: 1.4em;
295295 }
296296
297297 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -343,7 +343,7 @@
344344 outline-style: none;
345345 outline-width: initial;
346346 outline-color: initial;
347 - height: 1.5em;
 347+ height: 1.4em;
348348 }
349349
350350 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -290,7 +290,7 @@
291291 outline-style: none;
292292 outline-width: initial;
293293 outline-color: initial;
294 - height: 1.5em;
 294+ height: 1.4em;
295295 }
296296
297297 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/kindle.css
@@ -106,7 +106,7 @@
107107 outline-style: none;
108108 outline-width: initial;
109109 outline-color: initial;
110 - height: 1.5em;
 110+ height: 1.4em;
111111 }
112112
113113 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -287,7 +287,7 @@
288288 outline-style: none;
289289 outline-width: initial;
290290 outline-color: initial;
291 - height: 1.5em;
 291+ height: 1.4em;
292292 }
293293
294294 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
@@ -290,7 +290,7 @@
291291 outline-style: none;
292292 outline-width: initial;
293293 outline-color: initial;
294 - height: 1.5em;
 294+ height: 1.4em;
295295 }
296296
297297 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -316,7 +316,7 @@
317317 outline-style: none;
318318 outline-width: initial;
319319 outline-color: initial;
320 - height: 1.5em;
 320+ height: 1.4em;
321321 }
322322
323323 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css
@@ -316,7 +316,7 @@
317317 outline-style: none;
318318 outline-width: initial;
319319 outline-color: initial;
320 - height: 1.5em;
 320+ height: 1.4em;
321321 }
322322
323323 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
@@ -298,7 +298,7 @@
299299 outline-style: none;
300300 outline-width: initial;
301301 outline-color: initial;
302 - height: 1.5em;
 302+ height: 1.4em;
303303 }
304304
305305 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/default.css
@@ -275,7 +275,7 @@
276276 outline-style: none;
277277 outline-width: initial;
278278 outline-color: initial;
279 - height: 1.5em;
 279+ height: 1.4em;
280280 }
281281
282282 .divclearable {
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css
@@ -287,7 +287,7 @@
288288 outline-style: none;
289289 outline-width: initial;
290290 outline-color: initial;
291 - height: 1.5em;
 291+ height: 1.4em;
292292 }
293293
294294 .divclearable {

Past revisions this follows-up on

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

Status & tagging log