r53249 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r53248
|
r53249
|
r53250
>
Date:
17:44, 14 July 2009
Author:
tparscal
Status:
ok
Tags:
Comment:
Deafulted to a 0 minimum width on modern FF browsers.
Modified paths:
/trunk/phase3/skins/vector/main-ltr.css
(modified) (
history
)
/trunk/phase3/skins/vector/main-rtl.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/vector/main-ltr.css
—
—
@@ -255,6 +255,12 @@
256
256
x:-moz-any-link {
257
257
min-width: 6em;
258
258
}
259
+ /* Returns things back to normal in modern versions of FireFox */
260
+ div.vectorMenu ul,
261
+ x:-moz-any-link,
262
+ x:default {
263
+ min-width: 0;
264
+ }
259
265
div.vectorMenu li {
260
266
padding: 0;
261
267
margin: 0;
Index: trunk/phase3/skins/vector/main-rtl.css
—
—
@@ -255,6 +255,12 @@
256
256
x:-moz-any-link {
257
257
min-width: 6em;
258
258
}
259
+ /* Returns things back to normal in modern versions of FireFox */
260
+ div.vectorMenu ul,
261
+ x:-moz-any-link,
262
+ x:default {
263
+ min-width: 0;
264
+ }
259
265
div.vectorMenu li {
260
266
padding: 0;
261
267
margin: 0;
Follow-up revisions
Revision
Commit summary
Author
Date
r53410
Merging UI fixes from trunk; second batch from
http://www.mediawiki.org/wiki/...
...
brion
18:05, 17 July 2009
Status & tagging log
01:08, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r53249
[
removed:
wmf-deployment]
16:46, 27 October 2009
Catrope
(
talk
|
contribs
)
changed the
tags
for r53249
[
removed:
acaifix]
18:02, 17 July 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r53249
[
added:
wmf-deployment]
18:02, 17 July 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r53249
[
removed:
new
added:
ok]
18:37, 14 July 2009
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
tags
for r53249
[
added:
acaifix]