r68748 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68747‎ | r68748 | r68749 >
Date:22:02, 29 June 2010
Author:adam
Status:ok
Tags:
Comment:
SimpleSearch - fixing positioning problems with the button
Modified paths:
  • /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
@@ -380,10 +380,10 @@
381381 }
382382 /* OVERRIDDEN BY COMPLIANT BROWSERS */
383383 div#simpleSearch button#searchButton {
384 - margin: 0;
385384 padding: 0;
386 - width: 1.75em;
387 - height: 16px;
 385+ margin: 5px 5px 0 5px;
 386+ height: 13px;
 387+ width: 12px;
388388 border: none;
389389 cursor: pointer;
390390 background-color: transparent;
@@ -391,10 +391,6 @@
392392 background-position: center center;
393393 background-repeat: no-repeat;
394394 }
395 - /* IGNORED BY IE6 */
396 - div#simpleSearch > button#searchButton {
397 - height: 100%;
398 - }
399395 /* Panel */
400396 div#mw-panel {
401397 position: absolute;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -380,10 +380,10 @@
381381 }
382382 /* OVERRIDDEN BY COMPLIANT BROWSERS */
383383 div#simpleSearch button#searchButton {
384 - margin: 0;
385384 padding: 0;
386 - width: 1.75em;
387 - height: 16px;
 385+ margin: 5px 5px 0 5px;
 386+ height: 13px;
 387+ width: 12px;
388388 border: none;
389389 cursor: pointer;
390390 background-color: transparent;
@@ -391,10 +391,6 @@
392392 background-position: center center;
393393 background-repeat: no-repeat;
394394 }
395 - /* IGNORED BY IE6 */
396 - div#simpleSearch > button#searchButton {
397 - height: 100%;
398 - }
399395 /* Panel */
400396 div#mw-panel {
401397 position: absolute;

Follow-up revisions

RevisionCommit summaryAuthorDate
r687491.16wmf4: MFT r68748catrope22:05, 29 June 2010
r68752Expandable Search - removing duplicate css which was added to the main Vector...adam22:41, 29 June 2010

Status & tagging log