r66654 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66653‎ | r66654 | r66655 >
Date:20:43, 19 May 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix r66646: #simpleSearch is a div, not an input, oops
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -345,7 +345,7 @@
346346 margin: 0;
347347 margin-top: 0.4em;
348348 }
349 - input#simpleSearch {
 349+ div#simpleSearch {
350350 margin-top: 0.5em;
351351 position: relative;
352352 border: solid 1px #AAAAAA;
@@ -354,11 +354,11 @@
355355 background-position: top left;
356356 background-repeat: repeat-x;
357357 }
358 - input#simpleSearch label {
 358+ div#simpleSearch label {
359359 font-size: 0.8em;
360360 top: 0.25em;
361361 }
362 - input#simpleSearch input#searchInput {
 362+ div#simpleSearch input#searchInput {
363363 margin: 0;
364364 border-width: 0;
365365 padding: 0.25em;
@@ -368,7 +368,7 @@
369369 background-color: transparent;
370370 }
371371 /* OVERRIDDEN BY COMPLIANT BROWSERS */
372 - input#simpleSearch button#searchButton {
 372+ div#simpleSearch button#searchButton {
373373 margin: 0;
374374 padding: 0;
375375 width: 1.75em;
@@ -381,7 +381,7 @@
382382 background-repeat: no-repeat;
383383 }
384384 /* IGNORED BY IE6 */
385 - input#simpleSearch > button#searchButton {
 385+ div#simpleSearch > button#searchButton {
386386 height: 100%;
387387 }
388388 /* Panel */
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -345,7 +345,7 @@
346346 margin: 0;
347347 margin-top: 0.4em;
348348 }
349 - input#simpleSearch {
 349+ div#simpleSearch {
350350 margin-top: 0.5em;
351351 position: relative;
352352 border: solid 1px #AAAAAA;
@@ -354,11 +354,11 @@
355355 background-position: top right;
356356 background-repeat: repeat-x;
357357 }
358 - input#simpleSearch label {
 358+ div#simpleSearch label {
359359 font-size: 0.8em;
360360 top: 0.25em;
361361 }
362 - input#simpleSearch input#searchInput {
 362+ div#simpleSearch input#searchInput {
363363 margin: 0;
364364 border-width: 0;
365365 padding: 0.25em;
@@ -368,7 +368,7 @@
369369 background-color: transparent;
370370 }
371371 /* OVERRIDDEN BY COMPLIANT BROWSERS */
372 - input#simpleSearch button#searchButton {
 372+ div#simpleSearch button#searchButton {
373373 margin: 0;
374374 padding: 0;
375375 width: 1.75em;
@@ -381,7 +381,7 @@
382382 background-repeat: no-repeat;
383383 }
384384 /* IGNORED BY IE6 */
385 - input#simpleSearch > button#searchButton {
 385+ div#simpleSearch > button#searchButton {
386386 height: 100%;
387387 }
388388 /* Panel */
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1677,7 +1677,7 @@
16781678 * to ensure that client-side caches do not keep obsolete copies of global
16791679 * styles.
16801680 */
1681 -$wgStyleVersion = '282';
 1681+$wgStyleVersion = '283';
16821682
16831683
16841684 # Server-side caching:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66646(bug 23597) Make a number of ID selectors more specific (basically #foo -> di...catrope19:01, 19 May 2010

Status & tagging log