r62794 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62793‎ | r62794 | r62795 >
Date:23:14, 21 February 2010
Author:lhridley
Status:reverted (Comments)
Tags:
Comment:
Fixes bug 19194 (search box issue in Safari and Chrome)
Modified paths:
  • /trunk/phase3/skins/modern/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/modern/main.css
@@ -158,6 +158,14 @@
159159 margin-right: auto;
160160 }
161161
 162+/** safari and chrome specific hack for search box (bug #19194) **/
 163+@media screen and (-webkit-min-device-pixel-ratio:0) {
 164+ #searchInput {
 165+ display: inline;
 166+ }
 167+}
 168+
 169+
162170 #p-search #searchform div div {
163171 margin-top: .4em;
164172 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r62795Specify percentage width on Modern search box...simetrical23:59, 21 February 2010

Comments

#Comment by Jack Phoenix (talk | contribs)   23:39, 21 February 2010

Please use tabs to indent code, not spaces (as per our coding conventions).

#Comment by Lhridley (talk | contribs)   23:41, 21 February 2010

Sorry Jack. Will do

#Comment by Simetrical (talk | contribs)   00:01, 22 February 2010

Superseded by r62795.

Status & tagging log