r105666 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105665
|
r105666
|
r105667
>
Date:
11:22, 9 December 2011
Author:
santhosh
Status:
ok
Tags:
Comment:
Fix UI for RTL, IE6/IE7. For modern and vector skins.
Modified paths:
/trunk/extensions/Narayam/resources/ext.narayam.core-modern.css
(modified) (
history
)
/trunk/extensions/Narayam/resources/ext.narayam.core.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Narayam/resources/ext.narayam.core-modern.css
—
—
@@ -8,13 +8,13 @@
9
9
div#narayam-menu div.menu-items {
10
10
top: 0px;
11
11
font-size: 1.2em;
12
+ position: relative;
12
13
}
13
14
14
15
div#narayam-menu ul {
15
16
min-width: 15em;
16
17
height: auto;
17
18
}
18
-
19
19
div#narayam-menu li {
20
20
background-color: #FFFFFF;
21
21
font-weight: normal;
Index: trunk/extensions/Narayam/resources/ext.narayam.core.css
—
—
@@ -22,7 +22,7 @@
23
23
direction: rtl;
24
24
}
25
25
div#narayam-menu div.menu-items {
26
- position: relative;
26
+ position: absolute;
27
27
display: block;
28
28
clear: both;
29
29
text-align: left;
Status & tagging log
08:48, 22 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
tags
for r105666
[
removed:
i18ndeploy]
08:31, 19 December 2011
Siebrand
(
talk
|
contribs
)
changed the
tags
for r105666
[
removed:
i18nreview
added:
i18ndeploy]
08:46, 16 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r105666
[
removed:
new
added:
ok]
11:23, 9 December 2011
Santhosh.thottingal
(
talk
|
contribs
)
changed the
tags
for r105666
[
added:
i18nreview]