r73427 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73426‎ | r73427 | r73428 >
Date:23:45, 20 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fix for bug #25215 - when swtiching the search icon to floating positioning, it looses 0.2em of vertical margin. This adds it back.
Modified paths:
  • /trunk/extensions/Vector/modules/ext.vector.expandableSearch.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Vector/modules/ext.vector.expandableSearch.css
@@ -4,3 +4,6 @@
55 #simpleSearch {
66 overflow: auto;
77 }
 8+#searchButton {
 9+ margin-top: 0.2em !important;
 10+}
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r91356Bug #29699: Minor adjustments to Vector search button...mah16:12, 2 July 2011

Status & tagging log