r53847 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r53846
|
r53847
|
r53848
>
Date:
00:10, 28 July 2009
Author:
tparscal
Status:
deferred
Tags:
Comment:
Fixed RTL problem that made the search label apear on the wrong side.
Modified paths:
/trunk/extensions/UsabilityInitiative/SimpleSearch/SimpleSearch.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsabilityInitiative/SimpleSearch/SimpleSearch.js
—
—
@@ -12,12 +12,12 @@
13
13
.css({
14
14
'display': 'none',
15
15
'position' : 'absolute',
16
- 'left': 0,
17
16
'bottom': 0,
18
17
'padding': '0.25em',
19
18
'color': '#999999',
20
19
'cursor': 'text'
21
20
})
21
+ .css( ( $( 'body.rtl' ).size() > 0 ? 'right' : 'left' ), 0 )
22
22
.click( function() {
23
23
$(this).parent().find( 'input#searchInput' ).focus();
24
24
})
Status & tagging log
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r53847
[
removed:
old
added:
deferred]
01:02, 14 November 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r53847
[
removed:
new
added:
old]