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 @@
5
5
#simpleSearch {
6
6
overflow: auto;
7
7
}
8
+#searchButton {
9
+ margin-top: 0.2em !important;
10
+}
\ No newline at end of file
Follow-up revisions
Revision
Commit summary
Author
Date
r91356
Bug #29699
: Minor adjustments to Vector search button...
mah
16:12, 2 July 2011
Status & tagging log
20:18, 1 October 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r73427
[
removed:
new
added:
ok]